SwitchCraftCC / Plethora-Fabric

A peripheral provider for ComputerCraft, ported to Fabric
MIT License
16 stars 11 forks source link

getMetaByID throws NullPointerException on ID of despawned entity #88

Closed khankul closed 7 months ago

khankul commented 7 months ago
  1. Get ID of an entity
  2. Despawn the entity
  3. Try getMetaByID with the ID of that entity
  4. Get a NullPointerException image image