I don't know...

This commit is contained in:
skippyall
2024-11-15 20:07:03 +01:00
parent 2f35493580
commit fc70b2fe5a
21 changed files with 179 additions and 139 deletions
@@ -13,7 +13,9 @@ public class MobSpawningModule {
public static final SimpleModuleItem MOB_SPAWNING_MODULE =
register(
Identifier.of(Minions.MOD_ID, "mob_spawning_module"),
new SimpleModuleItem(List.of(), List.of(), Items.SPAWNER)
List.of(),
List.of(),
Items.SPAWNER
);
public static boolean canMinionSpawnMobs(MinionFakePlayer minion) {