Tinkers' Schema - Example Tools
Companion content for Tinkers' Schema, providing ready-to-use tool definitions and assets for the War Club and Pickaxe-Axe.
This is not a standalone resource pack. It contains both config files and resource files, which must be placed in separate game directories as described below.
What's Inside
- War Club — A melee weapon with the Splintering trait.
- Pickaxe-Axe — A combined mining tool with the Sharp trait.
Each tool includes:
- A JSON tool definition for
config/tinkersschema/tools/ - A layered
.tcon.jsonmodel file - 16×16 grayscale layer textures (tinted by material color at runtime)
- Broken-state textures
- English and Chinese language entries
Installation
Install Tinkers' Schema and its dependencies.
After extracting the archive, you will see:
- Tool JSON files
- A
tinkersschema/folder - A
README.txt
Move the JSON files into
.minecraft/config/tinkersschema/tools/. Create thetoolsfolder if it does not exist.Move the
tinkersschema/folder into.minecraft/resources/. Create theresourcesfolder if it does not exist. (Requires Resource Loader.)Launch the game.
Requirements
- Minecraft 1.12.2
- Forge
- Tinkers' Schema
- Tinkers' Construct 2
- Mantle
- Resource Loader (recommended)
Notes
- Textures are grayscale. Tinkers' Construct applies material colors automatically at render time.
- This pack is designed as a learning reference for creating your own tools with Tinkers' Schema.
- This project is licensed under the MIT License. See MIT License for details.
AI-assisted development.

