[PORT] Back port for 1.20.4

This commit is contained in:
2024-05-09 14:36:33 +02:00
parent f4d9e45427
commit 15d506cc06
26 changed files with 777 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
--- a/Fabric/src/main/resources/fabric.mod.json
+++ b/Fabric/src/main/resources/fabric.mod.json
@@ -33,7 +33,7 @@
"depends": {
"fabricloader": ">=0.15.0",
"fabric-api": "*",
- "minecraft": ">=1.20.6",
- "java": ">=21"
+ "minecraft": "1.20.4",
+ "java": ">=17"
}
}