-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
Entities should be registerable given an Entity class and a string ID or set of IDs. This would allow the UI to automatically add the entity to the "Load Entities" dropdown in the Scene tab, the Entity class to automatically be identified from JSON (Entity.fromJson()) or NBT tag (SceneEntities.loadEntitiesInChunk()), and make it feasible for plugins to add their own entities.
leMaik and Peregrine05