Adding a procedure to all furnaces when fuel is burned or burning?

Started by ZoeZanidoo on

Topic category: Help with modding (Java Edition)

Last seen on 22:12, 24. Aug 2021
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Adding a procedure to all furnaces when fuel is burned or burning?

I am trying to produce smoke above a furnace when its in use, but there does not seem to be a real good way to do that.  The ItemSmelted event only works when a player pulls the item out, afterwords.  It doesn't even fire when a hopper pulls items out, that might of been okish.  I found an event not covered by MCreator about furnace fuel usage but that only gives an itemstack(the fuel) and its burn time and I can't figure out how to get an x,y,z and a world variable out of that event to fire my procedure.