* [no-orbit] [DEV] Fix some jenkins configs * [DEV] Fix Patches and use correct MCFormatter versions for older MC versions * [CHORE] Update readme and remove GitHub action --------- Co-authored-by: fdd-orbit <orbit@firstdark.dev> Co-authored-by: hypherionmc <hypherionmc@gmail.com>
13 lines
291 B
Diff
13 lines
291 B
Diff
--- 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.21",
|
|
- "java": ">=21"
|
|
+ "minecraft": "1.18.2",
|
|
+ "java": ">=17"
|
|
}
|
|
}
|