We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aee389 commit bd72405Copy full SHA for bd72405
build.gradle
@@ -21,7 +21,7 @@ apply plugin: 'org.spongepowered.mixin'
21
22
23
24
-version = '1.0.1'
+version = '1.0.2'
25
group = 'gkappa.prp' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
26
archivesBaseName = 'prp'
27
src/main/resources/META-INF/mods.toml
@@ -61,6 +61,6 @@ Need to work with existing /data/ books. Will try to load from assets first. Sup
61
modId="patchouli"
62
mandatory=true
63
# This version range declares a minimum of the current minecraft version up to but not including the next major version
64
- versionRange="[1.16.4-40,)"
+ versionRange="[1.16-37,)"
65
ordering="NONE"
66
side="BOTH"
0 commit comments