9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-31 12:56:28 +00:00
This commit is contained in:
jhqwqmc
2025-12-27 04:45:24 +08:00
parent 096556153a
commit 65143a1474

View File

@@ -16,7 +16,7 @@ import java.util.Objects;
import java.util.concurrent.Callable;
public class SpreadingBlockBehavior extends BukkitBlockBehavior {
public static final Key ID = Key.from("minecraft:spreading_block");
public static final Key ID = Key.from("craftengine:spreading_block");
public static final BlockBehaviorFactory FACTORY = new Factory();
private final LazyReference<Object> targetBlock;