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