Fixes TinyTNT not being primable with flint & steel.

This commit is contained in:
Sebastian Hartte
2020-06-29 21:01:30 +02:00
parent f943106419
commit d5491549eb
3 changed files with 12 additions and 12 deletions
@@ -129,11 +129,6 @@ public abstract class AEBaseBlock extends Block {
return false;
}
public ActionResultType onActivated(final World w, final BlockPos pos, final PlayerEntity player, final Hand hand,
final @Nullable ItemStack heldItem, final BlockRayTraceResult hit) {
return ActionResultType.PASS;
}
public final Direction mapRotation(final IOrientable ori, final Direction dir) {
// case DOWN: return bottomIcon;
// case UP: return blockIcon;