require newest patchi

This commit is contained in:
gamma-delta 2022-05-30 10:49:31 -05:00
parent a0517426e0
commit 4b98cb26da
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@
"minecraft": ">=1.18.2", "minecraft": ">=1.18.2",
"java": ">=17", "java": ">=17",
"fabric-language-kotlin": ">=1.7.4+kotlin.1.6.21", "fabric-language-kotlin": ">=1.7.4+kotlin.1.6.21",
"patchouli": ">=1.18.2-67", "patchouli": ">=1.18.2-69",
"paucal": ">=0.4.4" "paucal": ">=0.4.4"
}, },

View file

@ -38,6 +38,6 @@ side = "BOTH"
[[dependencies.hexcasting]] [[dependencies.hexcasting]]
modId = "patchouli" modId = "patchouli"
mandatory = true mandatory = true
versionRange = "[1.18.2-67,)" versionRange = "[1.18.2-69,)"
ordering = "NONE" ordering = "NONE"
side = "BOTH" side = "BOTH"