mirror of
https://github.com/trafficlunar/options-profiles.git
synced 2026-06-27 22:24:10 +00:00
Remove Architectury API
This commit is contained in:
parent
734d3d9d0c
commit
b47336b04d
5 changed files with 6 additions and 14 deletions
|
|
@ -36,7 +36,7 @@ configurations {
|
|||
dependencies {
|
||||
forge "net.minecraftforge:forge:${rootProject.forge_version}"
|
||||
// Remove the next line if you don't want to depend on the API
|
||||
modApi "dev.architectury:architectury-forge:${rootProject.architectury_version}"
|
||||
// modApi "dev.architectury:architectury-forge:${rootProject.architectury_version}"
|
||||
|
||||
common(project(path: ":common", configuration: "namedElements")) { transitive false }
|
||||
shadowCommon(project(path: ":common", configuration: "transformProductionForge")) { transitive = false }
|
||||
|
|
|
|||
|
|
@ -25,11 +25,4 @@ modId = "minecraft"
|
|||
mandatory = true
|
||||
versionRange = "[1.20.4,)"
|
||||
ordering = "NONE"
|
||||
side = "BOTH"
|
||||
|
||||
[[dependencies.optionsprofiles]]
|
||||
modId = "architectury"
|
||||
mandatory = true
|
||||
versionRange = "[11.0.10,)"
|
||||
ordering = "AFTER"
|
||||
side = "BOTH"
|
||||
side = "BOTH"
|
||||
Loading…
Add table
Add a link
Reference in a new issue