mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-30 04:19:30 +00:00
* feat: remove some features(#724) * feat: remove some features(#724) * merge master * fix
This commit is contained in:
@@ -280,9 +280,6 @@ public final class LeavesConfig {
|
||||
@GlobalConfig("shears-in-dispenser-can-zero-amount")
|
||||
public boolean shearsInDispenserCanZeroAmount = false;
|
||||
|
||||
@GlobalConfig("armor-stand-cant-kill-by-mob-projectile")
|
||||
public boolean armorStandCantKillByMobProjectile = false;
|
||||
|
||||
@GlobalConfig(value = "villager-infinite-discounts", validator = VillagerInfiniteDiscountsValidator.class)
|
||||
private boolean villagerInfiniteDiscounts = false;
|
||||
|
||||
@@ -643,9 +640,6 @@ public final class LeavesConfig {
|
||||
@GlobalConfig("no-tnt-place-update")
|
||||
public boolean noTNTPlaceUpdate = false;
|
||||
|
||||
@GlobalConfig("raider-die-skip-self-raid-check")
|
||||
public boolean skipSelfRaidCheck = false;
|
||||
|
||||
@GlobalConfig("container-passthrough")
|
||||
public boolean containerPassthrough = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user