#Block won't remove entity
1 messages · Page 1 of 1 (latest)
Block won't remove entity
try debugging with some console.log() and see if it finds the entity
I fixed it
nice
1 messages · Page 1 of 1 (latest)
I have some custom smelting blocks in my addon, and they all work fine until they're destroyed. The script is supposed to remove the entities that are tied to the block, but they don't. I've tried a few things, but I don't know what to do, and I would love some help.
The onPlayerDestroyed is the same as my other smelter scripts.
Block won't remove entity
try debugging with some console.log() and see if it finds the entity
I fixed it
nice