9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-30 04:19:30 +00:00

feat: remove some features(#724) (#725)

* feat: remove some features(#724)

* feat: remove some features(#724)

* merge master

* fix
This commit is contained in:
MC_XiaoHei
2025-08-31 11:37:55 +08:00
committed by GitHub
parent ec71a2bda2
commit b16a74c694
86 changed files with 16 additions and 67 deletions

View File

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