9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-26 02:19:23 +00:00

Update BukkitBlockBehaviors.java

This commit is contained in:
jhqwqmc
2025-08-11 08:26:41 +08:00
committed by GitHub
parent 26b478a9ea
commit 4e23f53784

View File

@@ -28,6 +28,7 @@ public class BukkitBlockBehaviors extends BlockBehaviors {
public static final Key PRESSURE_PLATE_BLOCK = Key.from("craftengine:pressure_plate_block");
public static final Key DOUBLE_HIGH_BLOCK = Key.from("craftengine:double_high_block");
public static final Key CHANGE_OVER_TIME_BLOCK = Key.from("craftengine:change_over_time_block");
public static void init() {
register(EMPTY, (block, args) -> EmptyBlockBehavior.INSTANCE);
register(FALLING_BLOCK, FallingBlockBehavior.FACTORY);