Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers
Modtweaker

ITICMaterial Bracket Handler

The Material Part Bracket Handler gives you access to the Tinkers’ Materials in the game. It is only possible to get Materials registered in the game, so you need to be careful when adding or removing certain mods.

Materials are referenced in the Material Bracket handler this way:

script.zs
<ticmat:mat>
<ticmat:stone>

If the ITICMaterial is found, this will return an ITICMaterial Object.
Please refer to the respective Wiki entry for further information on what you can do with these.