Design Documents
This page is about design documentation on implemented features. For features that are not implemented in the mod, see Roadmap. For Java documentation, see Addon Documentation.
This page contains links to various design documents we have shared related to features for Tinkers’ Construct 3. The often are more detailed than the in game descriptions, and also give some info on future content. If you are making an addon, its encouraged to read through the relevant documents to ensure you understand how the mod is organized.
In general, design docs are updated to the latest 1.19 build with the addition of content for future plans. The in game books remain the best source of information accurate to your version of the mod. Note that many design docs will also contain future plans instead of just current features.
Tools
- Tools: Contains information on tools, tool parts, armor, and projectile added by the mod.
- Tool upgrades: Visual chart connecting related tools and their upgrades.
- Modifiers and Traits (1.16, 1.18, 1.19, 1.20): Detailed trait descriptions for each material, along with detailed modifier descriptions.
- Material tiers (1.16, 1.18, 1.19, 1.20): Classification of materials into tiers and stat types, along with a listing of tool stats.
- Modifiers vs. Enchantments: Discussion on what makes modifiers different from enchantments, and how they are balanced. Useful for considering how to adapt an enchantment into a modifier or vice versa.
Smeltery
- Alloy Chart (1.16, 1.18): Visual diagram of composite and alloy components and how they relate. Helpful for designing new alloys to prevent overusing or underusing certain components.
Technical
- Faucet State Diagram: State transition diagram for the faucet and its interactions with redstone.
- Tool NBT Components: Contains information on all the elements of tool NBT, useful for modders who need to work with NBT directly or pack makers wanting to add commands related to NBT.