Update Configs.java

Add tamedHostileMobExemption option
This commit is contained in:
KandiPanda 2020-06-11 22:59:53 -05:00 committed by GitHub
parent cc03c7f687
commit 3906ea4a1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;