Skip to content

Commit

Permalink
Merge branch '1.16-1.3.X' of https://github.com/CannoliCatfish/projec…
Browse files Browse the repository at this point in the history
…t-rankine into 1.16-1.3.X
  • Loading branch information
tritespartan17 committed Feb 3, 2023
2 parents 3571c46 + 8dd8bb0 commit 6db0d7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public BlastingPowderBlock(Properties properties) {

@Override
public void catchFire(BlockState state, World world, BlockPos pos, @Nullable net.minecraft.util.Direction face, @Nullable LivingEntity igniter) {
world.createExplosion(igniter, pos.getX(), pos.getY() + 16 * .0625D, pos.getZ(), 2.4F, Explosion.Mode.BREAK);
world.removeBlock(pos, false);
world.createExplosion(igniter, pos.getX(), pos.getY() + 16 * .0625D, pos.getZ(), 2.4F, Explosion.Mode.BREAK);
}

@Override
Expand Down

0 comments on commit 6db0d7e

Please sign in to comment.