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

11 lines
206 B
Diff
Raw Normal View History

2025-04-28 13:49:31 +02:00
--- a/settings.gradle
+++ b/settings.gradle
@@ -14,6 +14,5 @@
2025-04-28 13:49:31 +02:00
}
rootProject.name = 'CraterLib'
-include("Common", "Fabric"/*, "NeoForge"*/)
+include("Common", "Fabric", "NeoForge")
//include 'Paper'
-