mirror of
https://github.com/LeavesMC/Leaves.git
synced 2026-01-01 21:36:39 +00:00
feat: old projectile explosion behavior(#516)
This commit is contained in:
@@ -355,6 +355,9 @@ public final class LeavesConfig {
|
||||
|
||||
@GlobalConfig("tnt-wet-explosion-no-item-damage")
|
||||
public boolean tntWetExplosionNoItemDamage = false;
|
||||
|
||||
@GlobalConfig("old-projectile-explosion-behavior")
|
||||
public boolean oldProjectileExplosionBehavior = false;
|
||||
}
|
||||
|
||||
public ElytraAeronauticsConfig elytraAeronautics = new ElytraAeronauticsConfig();
|
||||
|
||||
Reference in New Issue
Block a user