-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent furnace messages with invalid recipes #192
Comments
What is an "invalid recipe"? |
@PilzAdam He means if you put something like a dirt in the top of the furnace. |
I just tested this, and it shows "Furnace is empty" if there is a not cookable item in the top slot and fuel in the bottom slot, and "Furnace out of fuel" if there is no fuel in the bottom slot. |
I think he means if something not cookable is in the furnace it should say "Item not cookable" or something. And if non-fuel is in fuel slot the furnace should say "Fuel not burnable" or something. Much more informative than "Furnace is empty". |
@MT-Modder yea, that would be good. Although it is not possible to place non-fuel in the fuel slot, so that part is not needed ;-) |
lol Totally spaced that one :). I'm gonna try to come up with some code for this. |
@MT-Modder I already started coding for this.... |
Okay cool. |
When an invalid craft is put into a furnace that has fuel, the furnace continues to say "furnace is empty". When an invalid craft is put into an empty furnace and then fuel is added, the furnace says "furnace is out of fuel" even though it contains a valid fuel.
I think it should say something like "Invalid recipe" instead.
The text was updated successfully, but these errors were encountered: