Skip to content

Adding support for modded items using behavior

Dana edited this page Apr 3, 2026 · 13 revisions

Important

Make sure to familiarize yourself with the library's syntax: Attribute‐based Matching

For all possible properties/attributes that can be used in the JSON part, see Attributes and properties.

Add the following behavior:

"behaviors": [
    {
        "name": "AttributeRenderingLibrary.ShapeTexturesFromAttributes",
        "properties": {
            // add properties here
        }
    }
]

Adding the item to creative inventory and handbook

Adding recipe for the item

Clone this wiki locally