6 Open Issues Need Help Last updated: Jul 30, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Modify the Explosion Overhaul mod to prevent certain blocks, specifically fire, from being launched as debris by the explosion physics. This requires identifying the block type within the mod's explosion logic and adding a conditional check to exclude it from the debris generation process.

Complexity: 3/5
bug help wanted in progress

AI Summary: Debug and fix a bug in the Explosion Overhaul Minecraft mod where block duplication occurs when a block both drops an item and is launched by an explosion. This involves investigating the interaction between item dropping and the physics-based debris system to identify and resolve the duplication issue.

Complexity: 3/5
bug help wanted in progress

AI Summary: Modify the Explosion Overhaul mod to prevent infested blocks from spawning silverfish after being launched by an explosion. This requires careful integration with Minecraft's existing entity spawning and block interaction mechanics, ensuring the launched block behaves correctly while preventing unintended silverfish spawns.

Complexity: 4/5
bug help wanted

AI Summary: Debug and fix a bug in a Minecraft mod where blocks sometimes phase through diagonally adjacent blocks after an explosion. The issue occurs when TNT explodes within a specific block configuration, allowing blocks to pass through diagonal gaps. The fix requires investigating the mod's explosion physics and block interaction code to prevent this unintended behavior.

Complexity: 3/5
bug help wanted