Skip to main content
Version: GeckoLib5

GeckoLib Items – Introduction

GeckoLib supports rendering and animating custom item models.

To do so, you will need to create a standard item in much the same way you would a non-GeckoLib item then add the GeckoLib parts onto it.

In total, you will need to complete the following steps:

  1. Create the item class
  2. Register the item
  3. Create the item renderer class
  4. Apply the item renderer
  5. Create the item JSON
  6. Create the item display JSON

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.