Skip to content

Client Trim Material

ThePotatoArchivist edited this page Jul 18, 2026 · 6 revisions

To allow tool trims to show custom trim materials, create a client trim material at assets/<namespace>/tooltrims/trim_material/<path>.json. The namespace and path should match the id of the trim material.

Example

Bob's Mod adds a new trim material bobsmod:aluminium

assets/bobsmod/tooltrims/trim_material/aluminium.json

{
    // A suffix used to generate assets. Should be unique to your material.
    "suffix": "bobsmod_aluminium"
}

Clone this wiki locally