mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
parent
843da49676
commit
84df7b4181
2 changed files with 3 additions and 3 deletions
|
@ -106,8 +106,8 @@ dependencies {
|
||||||
compileOnly fg.deobf("mezz.jei:jei-1.16.2:7.3.2.25:api")
|
compileOnly fg.deobf("mezz.jei:jei-1.16.2:7.3.2.25:api")
|
||||||
runtimeOnly fg.deobf("mezz.jei:jei-1.16.2:7.3.2.25")
|
runtimeOnly fg.deobf("mezz.jei:jei-1.16.2:7.3.2.25")
|
||||||
|
|
||||||
compileOnly fg.deobf("vazkii.patchouli:Patchouli:1.16.2-44:api")
|
compileOnly fg.deobf("vazkii.patchouli:Patchouli:1.16.2-47:api")
|
||||||
runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:1.16.2-44")
|
runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:1.16.2-47")
|
||||||
|
|
||||||
runtimeOnly fg.deobf("top.theillusivec4.curios:curios-forge:1.16.3-4.0.2.0")
|
runtimeOnly fg.deobf("top.theillusivec4.curios:curios-forge:1.16.3-4.0.2.0")
|
||||||
compileOnly fg.deobf("top.theillusivec4.curios:curios-forge:1.16.3-4.0.2.0:api")
|
compileOnly fg.deobf("top.theillusivec4.curios:curios-forge:1.16.3-4.0.2.0:api")
|
||||||
|
|
|
@ -38,7 +38,7 @@ Nature's Aura is a Minecraft mod about collecting, using and replenishing the Au
|
||||||
# Does this dependency have to exist - if not, ordering below must be specified
|
# Does this dependency have to exist - if not, ordering below must be specified
|
||||||
mandatory=true #mandatory
|
mandatory=true #mandatory
|
||||||
# The version range of the dependency
|
# The version range of the dependency
|
||||||
versionRange="[1.1-23,)" #mandatory
|
versionRange="[1.16.2-44,)" #mandatory
|
||||||
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
|
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
|
||||||
ordering="NONE"
|
ordering="NONE"
|
||||||
# Side this dependency is applied on - BOTH, CLIENT or SERVER
|
# Side this dependency is applied on - BOTH, CLIENT or SERVER
|
||||||
|
|
Loading…
Reference in a new issue