
Additional ForceDespawn Modes
Crudedragos opened this issue ยท 2 comments
- ForceDespawn when not near specifiedBlock. Block should be toggleable. Possible Multiple Blocks.
- ForceDespawn when invalid light level. Should be able to choose equality, less than, or greater than.
Forge Hook was rejected. Was directed to use persistanceRequired. Combined with livingUpdateEvent custom despawning can still be accomplished. This will work, but doesn't feel as elegent. Also Has the possibilitty of, if the mod in uninstalled, leaving many entities with the persistanceRequired nbt saved to true such that they will never despawn.
Closed via 55ffb44