Started by
CannedWorms4192
on
Topic category: Help with Minecraft modding (Java Edition)
I was wondering if it was possible for an item to be replaced after a certain amount of ticks whether its in a chest or their inventory?
Topic category: Help with Minecraft modding (Java Edition)
I was wondering if it was possible for an item to be replaced after a certain amount of ticks whether its in a chest or their inventory?
If it is in inventory, you could use item tick to increase item nbt, and place other item in the place of this one after the timer expiry
thank you