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

13 lines
255 B
Diff
Raw Normal View History

--- a/settings.gradle
+++ b/settings.gradle
2024-10-22 20:13:32 +02:00
@@ -13,7 +13,6 @@
}
}
-rootProject.name = 'CraterLib'
2025-06-17 19:18:23 +02:00
-include("Common", "Fabric", "NeoForge")
+rootProject.name = 'CraterLib-1.20.4'
+include("Common", "Fabric", "Forge", "NeoForge")
2025-06-17 19:18:23 +02:00
include 'Paper'
-