spoorn / sodium-forge

A Fabric..... I mean Forge mod designed to improve frame rates and reduce micro-stutter
GNU Lesser General Public License v3.0
28 stars 8 forks source link

Conflicts with Interactio Explosion Recipes #155

Closed Kardane closed 2 years ago

Kardane commented 2 years ago

Expected Behavior

Interactio adds in-worlds recipes using explosives(TNT,Creepers). Using examples from interactio github, exploding gold ingot and redstone dust gives gold nugget or redstone block.

Actual Behavior

But when Sodium Reforged installed, TNT and Creeper just blew away ingredients.

Reproduction Steps

Install Interactio and Sodium Reforged. Make a datapack with interactio explosion recipes. I used example from Interactio github >>https://github.com/MaxNeedsSnacks/Interactio/wiki/Examples-of-In-World-Recipes

  1. Throw 1 redstone dust and 2 gold ingots
  2. Ignite TNT or Creeper
  3. Nothing happens. Item blew away.

Attachments

[Optional] Server/Client logs

Mods list

System Information

Pannoniae commented 2 years ago

The forge explosion event is not fired in our explosion mixin. Will fix.