Files
CraterLib/patches/1.19.2/settings.gradle.patch

11 lines
228 B
Diff
Raw Normal View History

2024-05-19 19:08:42 +02:00
--- a/settings.gradle
+++ b/settings.gradle
@@ -13,5 +13,5 @@
}
2024-05-19 19:08:42 +02:00
}
-rootProject.name = 'CraterLib'
2024-08-21 22:59:33 +02:00
-include("Common", "Fabric", /*"NeoForge"*/)
+rootProject.name = 'CraterLib-1.19.2'
2024-05-19 19:08:42 +02:00
+include("Common", "Fabric", "Forge")