Addon Documentation
This page is about documentation of Java features. For documentation on design elements, see Design Docs.
This page contains links to various addon developer oriented documentation for Tinkers’ Construct 3. These pages are focused primarily on Java addons, so may be highly technical.
- Gradle Setup: Describes how to add Tinkers’ Construct to a development workspace in Gradle.
- Texture Generators: Details how to use the material texture generators provided by Tinkers’ Construct.
- Persistent Inventory Crafting Blocks: Details how to handle the crafting station in mods wanting to do weird things in their crafting recipes (like player access which is not available in vanilla without hacks).