Filostorm / Multiblock-Madness-2

The 1.18 sequel
GNU General Public License v3.0
8 stars 6 forks source link

Two outputs for smelting enderpearls in the smeltery #35

Closed Konhaiii closed 4 months ago

Konhaiii commented 6 months ago

In JEI there is two crafts in the smeltery from TConstruct for the enderpearl. One is giving Molten Ender wich is useless, and the other gives Resonant Ender. Sadly, the effective in-game ouput is the Molten Ender, so puting enderpearls in the smeltery is currently broken.

Edit: Seems you forgot "ender" in the tconstruct recipe directory in unify.js :

event.custom({ "type": "tconstruct:melting", "ingredient": [ { "tag": "forge:ender_pearls" }, { "item": "minecraft:ender_eye" } ], "result": { "fluid": "thermal:ender", "amount": 250 }, "temperature": 477, "time": 49 }).id('tconstruct:smeltery/melting/ender/pearl')

Filostorm commented 4 months ago

Fixed in 0.5.5, Ty for the report!