I need a skript to delete certain items off the ground my og code has no errors but doesn't work:
every 1 tick:
loop all dropped items:
if loop-dropped item is dirt:
delete loop-dropped item
EDIT:
This code works (i have no spacing when I paste it)
every 1 second:
loop dropped items:
if loop-dropped item is dropped wooden sword:
kill loop-dropped item
My new issue is I want to check if dropped item is unbreakable!
every 1 tick:
loop all dropped items:
if loop-dropped item is dirt:
delete loop-dropped item
EDIT:
This code works (i have no spacing when I paste it)
every 1 second:
loop dropped items:
if loop-dropped item is dropped wooden sword:
kill loop-dropped item
My new issue is I want to check if dropped item is unbreakable!
Last edited: