We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00d279 commit 8e083e1Copy full SHA for 8e083e1
gradle.properties
@@ -2,7 +2,7 @@ kotlin.code.style=official
2
org.gradle.jvmargs=-Xmx2G
3
4
# Mod Properties
5
-modVersion = 1.3.7
+modVersion = 1.3.7-fix
6
mavenGroup = com.github.quiltservertools
7
modId = ledger
8
modName = Ledger
src/main/resources/fabric.mod.json
@@ -29,7 +29,7 @@
29
"fabricloader": ">=0.16.2",
30
"fabric": ">=${fabricApi}",
31
"fabric-language-kotlin": ">=${fabricKotlin}",
32
- "minecraft": ">=1.21.2"
+ "minecraft": ">=1.21.4"
33
},
34
"breaks": {
35
"cardboard": "*"
0 commit comments