Custom Model Render
Allows a GeckoLib model to be rendered on the player.
Type ID: ra_additions:custom_model_render
Fields
| Field | Type | Default | Description |
|---|---|---|---|
model_location |
Identifier | optional | The model location to use for the power. |
slots |
Array of Display Model Type | optional | An array of slots used to determine which areas the model should render on. |
Example
{
"type": "ra_additions:custom_model_render",
"model_path": "ra_additions:test_model",
"slots": [
"head",
"chest",
"legs",
"feet"
]
}