use the version of paucal that doesn't think that 4=2x3, and close #31

This commit is contained in:
gamma-delta 2022-03-25 01:33:38 -05:00
parent 53565f83f5
commit 1d9449b789
2 changed files with 4 additions and 4 deletions

View file

@ -198,9 +198,9 @@ dependencies {
compileOnly fg.deobf("mezz.jei:jei-1.18.2:9.5.3.143:api")
// at runtime, use the full JEI jar
runtimeOnly fg.deobf("mezz.jei:jei-1.18.2:9.5.3.143")
compileOnly fg.deobf("curse.maven:paucal-597824:3711583")
runtimeOnly fg.deobf("curse.maven:paucal-597824:3711583")
compileOnly fg.deobf("curse.maven:paucal-597824:3711599")
runtimeOnly fg.deobf("curse.maven:paucal-597824:3711599")
}
mixin {

View file

@ -38,6 +38,6 @@ side = "BOTH"
[[dependencies.hexcasting]]
modId = "paucal"
mandatory = true
versionRange = "[0.1.2,)"
versionRange = "[0.1.3,)"
ordering = "NONE"
side = "BOTH"