I don't know...
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user