添加载具碰撞的排除项
This commit is contained in:
parent
ee7b194bca
commit
077d97eb91
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ public class VehicleConfig {
|
|||
|
||||
@SuppressWarnings("SpellCheckingInspection")
|
||||
public static final List<? extends String> DEFAULT_COLLISION_ENTITY_BLACKLIST =
|
||||
List.of("create:super_glue", "zombieawareness:scent");
|
||||
List.of("create:super_glue", "zombieawareness:scent", "mts:builder_rendering");
|
||||
|
||||
public static ForgeConfigSpec.IntValue REPAIR_COOLDOWN;
|
||||
public static ForgeConfigSpec.DoubleValue REPAIR_AMOUNT;
|
||||
|
|
Loading…
Add table
Reference in a new issue