Just Another Spawner

Just Another Spawner

665k Downloads

Additional ForceDespawn Modes

Crudedragos opened this issue ยท 2 comments

commented
  • 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.
commented

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.

commented

Closed via 55ffb44