调整配置文件
This commit is contained in:
parent
9dcee7a195
commit
33dc341e54
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,6 @@ public class VehicleConfig {
|
|||
builder.comment("Allows vehicles to destroy hard blocks via collision");
|
||||
COLLISION_DESTROY_HARD_BLOCKS = builder.define("collision_destroy_hard_blocks", false);
|
||||
|
||||
builder.pop();
|
||||
|
||||
builder.push("mk_42");
|
||||
|
||||
builder.comment("The HealthPoint of MK-42");
|
||||
|
@ -241,5 +239,7 @@ public class VehicleConfig {
|
|||
BMP_2_CANNON_EXPLOSION_RADIUS = builder.defineInRange("bmp_2_cannon_explosion_radius", 3.2d, 1d, 10000000d);
|
||||
|
||||
builder.pop();
|
||||
|
||||
builder.pop();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue