GeckoLib Entities – Introduction
GeckoLib supports rendering and animating entities.
To do so, you will need to create a standard entity in much the same way you would a non-GeckoLib entity then add the GeckoLib parts onto it.
In total, you will need to complete the following steps:
- Create the entity class
- Register the entity
- Create the entity renderer class
- Register the entity renderer
When you're ready to begin, click Next at the bottom of the page to continue.
info
Just want some quick copy-paste code templates? Check out the GeckoLib Code Templates page.