[NOJANG] New GameRules API to access game rules in mods and fix paper command issues with LuckPerms

This commit is contained in:
2025-03-09 17:13:18 +02:00
parent 770f214dcf
commit fdbadd6696
61 changed files with 1545 additions and 94 deletions

View File

@@ -1,11 +1,11 @@
--- a/settings.gradle
+++ b/settings.gradle
@@ -14,6 +14,6 @@
@@ -14,6 +14,5 @@
}
rootProject.name = 'CraterLib'
-include("Common", "Fabric"/*, "NeoForge"*/)
-//include 'Paper'
-
+include("Common", "Fabric", "NeoForge")
+include 'Paper'