Skip to content

Commit

Permalink
probably shoulda made sure the particles could be seen from far away
Browse files Browse the repository at this point in the history
  • Loading branch information
CammiePone committed Apr 12, 2024
1 parent a578165 commit b86959f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ public static void spawnEnhancedBooms(World world, double x, double y, double z,
ExplosiveEnhancement.LOGGER.info("particle is underwater!");
}

ExplosiveApi.spawnParticles(world, x, y, z, power, isUnderWater, didDestroyBlocks);
ExplosiveApi.spawnParticles(world, x, y, z, power, isUnderWater, didDestroyBlocks, true);
}
}

0 comments on commit b86959f

Please sign in to comment.