Started by
Foloundev
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make my custom smelter's smelting speed be dependant on how much fuel there is in the slot, but i just get an error: Getting the fuel power from a procedure triggered from a fuel item extension condition will crash the game my code:https://ibb.co/Lv3pnS1
edit: fixed empty slot
but the warnings are still there
Edited by Foloundev on Sat, 11/26/2022 - 06:26
you are getting errors because this slot is empty
It's not an error, it's a warning and if I'm not mistaken it just tells you to be careful not to accidentally create a feedback loop (for me it's always shown when using the "get fuel power of [...]" block).