ThizThizzyDizzy / nc-reactor-generator

A program to plan and generate reactors for Nuclearcraft (https://www.curseforge.com/minecraft/mc-mods/nuclearcraft-mod)
GNU General Public License v3.0
30 stars 6 forks source link

missing recipes are ignored when loading from legacy NCPF #163

Open ThizThizzyDizzy opened 3 months ago

ThizThizzyDizzy commented 3 months ago

Missing recipes are just ignored, leaving the block with no recipe. This should instead throw an error, saying what recipe is missing. For ports, this is becuse idx in setRecipe3DArray is -1 for fuel cells, I have no idea.