TeamDman / Animus

A collaborative Minecraft mod addon for BloodMagic between Saereth and I
Mozilla Public License 2.0
5 stars 6 forks source link

Fix logic error in Key of binding recipe handler #76

Open TeamDman opened 4 years ago

TeamDman commented 4 years ago

https://github.com/TeamDman/Animus/blob/master/src/main/java/com/teamdman/animus/recipes/KeyBindingRecipeFactory.java#L78

The flag that sets to 0 gets overwritten as it iterates. It should break the loop.