Started by
GeoMetri
on
Topic category: Help with modding (Java Edition)
If get slot 2 = "Coal Block"
if Local:Timer <= 20
set slot 1 to get slot 0
remove 1 item from slot 2
Local:Timer = 0
else
Local:Timer += 1
else
Local:Timer = 0
"All I know is that when I remove the variable it works but it is too fast. This is a written version of the block code."
Do It with NBT Number tags and replace <= with >=
I meant >= and I now have Replaced It with NBT and it works.
Alright