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

11 lines
222 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-10-12 13:54:44 +02:00
-include("Common", "Fabric", "NeoForge")
+rootProject.name = 'CraterLib-1.20'
2024-05-19 19:08:42 +02:00
+include("Common", "Fabric", "Forge")