Redstone deactivates spawners

This commit is contained in:
draycia
2025-01-07 18:01:35 -08:00
committed by granny
parent cafc3de487
commit 59a50ce623
3 changed files with 15 additions and 34 deletions

View File

@@ -336,6 +336,11 @@ public class PurpurWorldConfig {
}
}
public boolean spawnerDeactivateByRedstone = false;
private void spawnerSettings() {
spawnerDeactivateByRedstone = getBoolean("blocks.spawner.deactivate-by-redstone", spawnerDeactivateByRedstone);
}
public boolean turtleEggsBreakFromExpOrbs = false;
public boolean turtleEggsBreakFromItems = false;
public boolean turtleEggsBreakFromMinecarts = false;