mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-25 18:09:27 +00:00
feat(block): 让简单存储方块支持被漏斗交互
This commit is contained in:
@@ -105,7 +105,7 @@ public abstract class BlockBehavior {
|
||||
return 0;
|
||||
}
|
||||
|
||||
// BlockState state, LevelReader world, BlockPos pos
|
||||
// BlockState state, LevelAccessor level, BlockPos pos
|
||||
public Object getContainer(Object thisBlock, Object[] args) throws Exception {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user