Update Configs.java
Add tamedHostileMobExemption option
This commit is contained in:
parent
cc03c7f687
commit
3906ea4a1e
|
|
@ -34,6 +34,9 @@ public class Configs {
|
|||
@Comment("Whether hostile mobs should be able to picked up in survival mode")
|
||||
public boolean pickupHostileMobs = false;
|
||||
|
||||
@Comment("Whether tamed hostile mobs should be exempt from the above")
|
||||
public boolean tamedHostileMobExemption = true;
|
||||
|
||||
@Comment("Larger Entities slow down the player more")
|
||||
public boolean heavyEntities = true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user