NovaEngineering-Source / ModularMachinery-Community-Edition

Customize your machinery with more powerful features.
https://www.curseforge.com/minecraft/mc-mods/modularmachinery-community-edition
GNU General Public License v3.0
28 stars 12 forks source link

Recipe order effectively random #9

Closed FakeDomi closed 1 year ago

FakeDomi commented 1 year ago

Unlike base MM, this fork uses HashMaps to store recipes, so the order you add recipes in isn't preserved. This makes it basically impossible to have "higher-priority" recipes when inputs are supersets of other recipes.

KasumiNova commented 1 year ago

Sorry, but I don't seem to have this problem, but for stability reasons I will consider switching back to TreeMap in the next release, or using a better implementation.