mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-25 01:49:30 +00:00
refactor(core): 回退错误修改
This commit is contained in:
@@ -121,7 +121,6 @@ public abstract class BlockBehavior {
|
||||
|
||||
// 1.21+ BlockState state, ServerLevel level, BlockPos pos, Explosion explosion, BiConsumer<ItemStack, BlockPos> dropConsumer
|
||||
public void onExplosionHit(Object thisBlock, Object[] args, Callable<Object> superMethod) throws Exception {
|
||||
superMethod.call();
|
||||
}
|
||||
|
||||
// LevelAccessor level, BlockPos pos, BlockState state, FluidState fluidState
|
||||
|
||||
Reference in New Issue
Block a user