添加载具碰撞的排除项

This commit is contained in:
17146 2025-03-08 03:08:06 +08:00
parent ee7b194bca
commit 077d97eb91

View file

@ -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;