mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-28 19:39:11 +00:00
混合方块行为
This commit is contained in:
@@ -22,7 +22,7 @@ public abstract class BlockBehavior {
|
||||
}
|
||||
|
||||
public Object updateShape(Object thisBlock, Object[] args, Callable<Object> superMethod) throws Exception {
|
||||
return superMethod.call();
|
||||
return args[0];
|
||||
}
|
||||
|
||||
public void neighborChanged(Object thisBlock, Object[] args, Callable<Object> superMethod) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user