Help Needed With Procedure

Started by Foloundev on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help Needed With Procedure
Sat, 11/26/2022 - 06:26 (edited)

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
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you are getting errors…
Sat, 11/26/2022 - 01:31

you are getting errors because this slot is empty

Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's not an error, it's a…
Sat, 05/13/2023 - 19:02

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).