Started by
CalculusMaster
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a machine that takes time to process an item, not with a button or instantly every tick.
However, what I have so far isn't working. I put the items in the machine and nothing ever happens.
This procedure is in the update method, and I set the NBT number tags to initial values in the onBlockAdded procedure if that is needed.
Is there an easier/better way to do this or can someone help fix what I have there?
You can just make a instant-smelt machine and change its’ tick update.
How do you do that?
Custom tick rate, use on tick update procedures.