You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see stuff related to extended Entity properties, but nothing related to creating and possibly registering a custom Entity class, as well as a controller to spawn it afterwards...
I'm trying to spawn a custom Entity with an lua function call in OpenComputers.
Note: Minecraft version 1.10.2
The text was updated successfully, but these errors were encountered:
I think it would be best to break this down into different categories, since not all entities are the same and many of them are not even remotely similar except that they are children of Entity.
a page for registering entities would be great, to mvoe people away from the old EntityRegistry.registerModEntity() to the new EntityEntrys and the proper registry event.
I see stuff related to extended Entity properties, but nothing related to creating and possibly registering a custom Entity class, as well as a controller to spawn it afterwards...
I'm trying to spawn a custom Entity with an lua function call in OpenComputers.
Note: Minecraft version 1.10.2
The text was updated successfully, but these errors were encountered: