This commit is contained in:
skippyall
2025-09-24 20:27:40 +02:00
parent bcfb406547
commit 640e6f801a
8 changed files with 83 additions and 17 deletions
@@ -64,7 +64,6 @@ public class MinionPersistentState extends PersistentState {
}
public static void create(MinecraftServer server) {
Minions.LOGGER.error("Creating Minion Persistent state");
INSTANCE = server.getWorld(World.OVERWORLD).getPersistentStateManager().getOrCreate(TYPE);
}
}