Hello, just wondering what I'm doing wrong when trying to get my slag furnace to require fuel.
https://github.com/TeamSangai/Mineralogy/blob/indev/src/main/java/geoves/mineralogy/block/entity/custom/SlagFurnaceBlockEntity.java
#1.21.5 fueling blocks.
6 messages · Page 1 of 1 (latest)
it would help to know exactly what is going wrong. Do you have an error message or some unintended behavior? Right now I can only point out some vague details. You are using inventory.getFirst(), are you sure that it is getting the fuel slot? also, why are you decreasing progress when the furnace isnt burning?
Decreasing progress when the furnace isn’t burning is how the vanilla one works, right?
It consumes the fuel but doesn't fuel the furnace or smelt anything.
Yeah, probably not how I do it exactly?
bump.