9
0
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:
jhqwqmc
2025-09-10 16:43:15 +08:00
parent c99f693f91
commit f85c9bb8dc

View File

@@ -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