AlmostReliable / almostunified

A Minecraft mod to unify resources.
https://www.curseforge.com/minecraft/mc-mods/almost-unified
64 stars 12 forks source link

Register the MI unifier for EI #92

Closed jpenilla closed 1 month ago

jpenilla commented 2 months ago

Issue Reference

https://github.com/AllTheMods/ATM-10/issues/475

Proposed Changes

EI uses the same item_inputs and item_outputs format for it's recipes as MI. Registering the unifier for EI aims to fix inconsistency between Mixer and Alloy Smelter recipes, as well as allow unifying EI recipes in general.

https://github.com/Swedz/Extended-Industrialization/blob/1.21.1/src/generated/resources/data/extended_industrialization/recipe/materials/cupronickel/alloy_smelter/ingot.json

rlnt commented 2 months ago

Thanks for creating this. I didn't know about the existence of this add-on. I will have to check if they add custom recipe types as well and whether all recipe keys are covered by the MI unifier. If not, we need to extend things for the add-on.

jpenilla commented 2 months ago

From the devs discord: image cc @Swedz

Swedz commented 2 months ago

Custom recipe types are added, but they use the same formatting as existing MI recipes. You can see all the machine recipe types I add here.