- [FEAT] Improved config system to fix old loading bugs and support JSON - [FEAT] LuckPerms support for commands
13 lines
351 B
Diff
13 lines
351 B
Diff
--- a/Fabric/src/main/resources/craterlib.fabric.mixins.json
|
|
+++ b/Fabric/src/main/resources/craterlib.fabric.mixins.json
|
|
@@ -9,8 +9,7 @@
|
|
"TutorialMixin"
|
|
],
|
|
"server": [
|
|
- "ServerGamePacketListenerImplMixin",
|
|
- "ServerStatusPacketListenerMixin"
|
|
+ "ServerGamePacketListenerImplMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|