Started by
ZoeZanidoo
on
Topic category: Help with Minecraft modding (Java Edition)
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.