How to make custom furnace glow when coal in certain slot?

Started by mrgwbland on

Topic category: Help with modding (Java Edition)

Last seen on 22:18, 7. Feb 2022
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make custom furnace glow when coal in certain slot?
Fri, 11/06/2020 - 13:04 (edited)

I though this would be more simple than it is turning out to be. I have below my procedure that activates when the item in the slot changes but it clearly doesn't work because the game crashes instead. Where did I go wrong? procedure

Edited by mrgwbland on Fri, 11/06/2020 - 13:04
Last seen on 15:09, 2. Sep 2021
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try making it "If item in…
Fri, 11/06/2020 - 15:47

Try making it "If item in slot _ = coal, replace block at xyz to _"

Last seen on 22:18, 7. Feb 2022
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How would I keep the items…
Sun, 11/15/2020 - 20:59

How would I keep the items in it though?

Last seen on 15:09, 2. Sep 2021
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
maybe do the get item…
Mon, 11/16/2020 - 19:02

maybe do the get item procedure and add it into that particular slot in the new item.

Last seen on 22:18, 7. Feb 2022
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have tried this but it…
Mon, 11/16/2020 - 19:09

I have tried this but it cannot work because these are input slots, not output. maybe this is not possible in mcreator...