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

13 lines
243 B
Diff
Raw Normal View History

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