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

11 lines
240 B
Diff
Raw Normal View History

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