TheLMiffy1111 / JAOPCA

A mod that aims to add ore processing compatibilty to many mods. Inspired by AOBD.
MIT License
40 stars 35 forks source link

Adds recipes with empty outputs, causing crashes #229

Closed malte0811 closed 2 years ago

malte0811 commented 2 years ago

Crash log: https://gist.github.com/malte0811/15c5661af46a148253aac74a686332e3

See RCXcrafter/Materialis#18 and BluSunrize/ImmersiveEngineering#5290.

This happens because you're adding a recipe without an output (or rather an empty output): jaopca:immersiveengineering.dust_to_material.starmetal. This is not supported by IE; and even vanilla warns about it (e.g. on jaopca:storage_blocks.to_material.shadow_steel). The mods directly involved in the crash are:

TheLMiffy1111 commented 2 years ago

JAOPCA shouldn't register recipes with empty outputs anymore.