Fix PersistentState

Different Minion UUID
Add CustomThing
Bugfixes
This commit is contained in:
2024-09-01 15:37:01 +02:00
parent ac4f58b9a2
commit d84190ee3c
8 changed files with 232 additions and 32 deletions
+5 -1
View File
@@ -5,10 +5,14 @@
"compatibilityLevel": "JAVA_17",
"mixins": [
"ConnectionMixin",
"Debug2Mixin",
"DebugMixin",
"GameProfileMixin",
"MinecraftServerMixin",
"PlayerListEntryS2CPacket$EntryMixin",
"PlayerListMixin",
"ServerPlayerMixin"
"ServerPlayerMixin",
"ServerPlayNetworkHandlerMixin"
],
"client": [],
"server": [],