mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-31 12:56:28 +00:00
fix
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user