#How to remove an item dropout
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
I need to remove the dropout of an item when breaking an entity. For example boats. I don't understand why the following code doesn't work. The file is located in the Server script
EntityEvents.death('minecraft:oak_boat', event => {
event.cancel()
})
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
that would um, only prevent boat from dying lol. boat also isn’t an entity