Started by
NoUsername28
on
Topic category: Help with Minecraft modding (Java Edition)
So I made a copper sword and I want it to transform into the Oxidized copper sword (there are two different items, the normal and oxidized one) when it stays in the water for 10 seconds... How can I do this? I did read somewhere it's possible to do, but how?
something like :
if touching block type = liquid then:
wait 10 if touching block type = liquid then:
delete item
spawn item X Y Z