fixed patchouli version range?

Closes #158 probably
This commit is contained in:
Ell 2020-11-16 22:24:00 +01:00
parent 843da49676
commit 84df7b4181
2 changed files with 3 additions and 3 deletions

View file

@ -106,8 +106,8 @@ dependencies {
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")
compileOnly fg.deobf("vazkii.patchouli:Patchouli:1.16.2-44:api")
runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:1.16.2-44")
compileOnly fg.deobf("vazkii.patchouli:Patchouli:1.16.2-47:api")
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")
compileOnly fg.deobf("top.theillusivec4.curios:curios-forge:1.16.3-4.0.2.0:api")

View file

@ -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
mandatory=true #mandatory
# 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
ordering="NONE"
# Side this dependency is applied on - BOTH, CLIENT or SERVER