9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-31 12:56:28 +00:00

feat: old wet tnt explode behavior(#514)

This commit is contained in:
MC_XiaoHei
2025-07-04 08:56:44 +08:00
parent e0a2cbc21f
commit 3e96b23774
2 changed files with 21 additions and 0 deletions

View File

@@ -352,6 +352,9 @@ public final class LeavesConfig {
@GlobalConfig("keep-leash-connect-when-use-firework")
public boolean keepLeashConnectWhenUseFirework = false;
@GlobalConfig("tnt-wet-explosion-no-item-damage")
public boolean tntWetExplosionNoItemDamage = false;
}
public ElytraAeronauticsConfig elytraAeronautics = new ElytraAeronauticsConfig();