KnightMiner / Inspirations

Mod adding various smaller features to Minecraft
MIT License
44 stars 18 forks source link

When There Is More Than One Input, One Is Still Used #42

Closed TheLimePixel closed 6 years ago

TheLimePixel commented 6 years ago

This issue is related to the ModTweaker support you added. Here is what I mean by the title: I have this recipe here: image When I have 1 Terracotta and try to click the Cauldron, nothing happens: image When I have 2, I get 2 stained Terracotta, but only 1 Terracotta is used: image

KnightMiner commented 6 years ago

It is intentional that if you set a requirement of 2, you must have 2 items for the recipe to work. It seems that it is not properly consuming both items though, so I must have not fully implemented that behavior for the dye recipes.

TheLimePixel commented 6 years ago

Yeah, that's pretty much what I said.

KnightMiner commented 6 years ago

Fixed in 0.1.4