You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -454,6 +455,7 @@ public static void registerTypeValidator(Predicate<CraftType> validator, String
454
455
registerProperty(newFloatProperty("explodeOnCrash", EXPLODE_ON_CRASH, type -> 0F));
455
456
registerProperty(newBooleanProperty("incendiaryOnCrash", INCENDIARY_ON_CRASH, type -> false));
456
457
registerProperty(newFloatProperty("collisionExplosion", COLLISION_EXPLOSION, type -> 0F));
458
+
registerProperty(newFloatProperty("underwaterCollisionExplosion", UNDERWATER_COLLISION_EXPLOSION, type -> type.getFloatProperty(COLLISION_EXPLOSION)));
457
459
registerProperty(newIntegerProperty("minHeightLimit", MIN_HEIGHT_LIMIT, type -> Integer.MIN_VALUE));
0 commit comments