默认开启方块破坏(恼
This commit is contained in:
parent
ca8e5899f0
commit
f28d5525bf
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue