@@ -163,6 +163,11 @@ public final class GameRule<T> {
|
||||
*/
|
||||
public static final GameRule<Boolean> DO_TRADER_SPAWNING = new GameRule<>("doTraderSpawning", Boolean.class);
|
||||
|
||||
/**
|
||||
* Whether wardens should naturally spawn.
|
||||
*/
|
||||
public static final GameRule<Boolean> DO_WARDEN_SPAWNING = new GameRule<>("doWardenSpawning", Boolean.class);
|
||||
|
||||
/**
|
||||
* Whether mobs should cease being angry at a player once they die.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user