Open Issues Need Help
View All on GitHubAI 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.
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.
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.
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.