[PORT] Rebuild porting patches

This commit is contained in:
2024-08-21 22:59:33 +02:00
parent 614fb0bc49
commit 0c321d9194
66 changed files with 265 additions and 123 deletions

View File

@@ -0,0 +1,14 @@
--- a/Fabric/src/main/resources/fabric.mod.json
+++ b/Fabric/src/main/resources/fabric.mod.json
@@ -31,9 +31,9 @@
"${mod_id}.fabric.mixins.json"
],
"depends": {
- "fabricloader": ">=0.16.2",
+ "fabricloader": ">=0.15.0",
"fabric-api": "*",
- "minecraft": ">=1.21.2",
+ "minecraft": ">=1.21",
"java": ">=21"
}
}