默认开启方块破坏(恼

This commit is contained in:
Atsuishio 2025-03-22 02:32:55 +08:00
parent ca8e5899f0
commit f28d5525bf

View file

@ -36,7 +36,7 @@ public class ExplosionConfig {
EXPLOSION_PENETRATION_RATIO = builder.defineInRange("explosion_penetration_ratio", 15, 0, 100); EXPLOSION_PENETRATION_RATIO = builder.defineInRange("explosion_penetration_ratio", 15, 0, 100);
builder.comment("Set true to allow Explosion to destroy blocks"); builder.comment("Set true to allow Explosion to destroy blocks");
EXPLOSION_DESTROY = builder.define("explosion_destroy", false); EXPLOSION_DESTROY = builder.define("explosion_destroy", true);
builder.push("RGO Grenade"); builder.push("RGO Grenade");