[DEV] Update Porting Patches

This commit is contained in:
2024-10-12 13:54:44 +02:00
parent c15b7e1a19
commit 21898f8420
64 changed files with 377 additions and 243 deletions

View File

@@ -1,14 +1,14 @@
--- a/Fabric/build.gradle
+++ b/Fabric/build.gradle
@@ -9,6 +9,7 @@
exclude(group: "net.fabricmc.fabric-api")
@@ -10,7 +10,6 @@
}
+ stupidRemapArch("dev.ftb.mods:ftb-essentials:${ftb_essentials}")
stupidRemapArch("dev.ftb.mods:ftb-essentials:${ftb_essentials}")
-
modImplementation "maven.modrinth:fabrictailor:${fabrictailor}"
modImplementation "maven.modrinth:vanish:${vanish}"
@@ -113,8 +114,8 @@
@@ -115,8 +114,8 @@
setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
setProjectVersion("${minecraft_version}-${project.version}")

View File

@@ -7,7 +7,7 @@
- "fabricloader": ">=0.16.2",
+ "fabricloader": ">=0.15.0",
"fabric-api": "*",
- "minecraft": ">=1.21.2",
- "minecraft": "*",
- "java": ">=21"
+ "minecraft": "1.19.2",
+ "java": ">=17"