Description
Put Tinkers' Construct tools into the Tetra workbench and upgrade them with Tetra's modules and improvements
Integrity
Tinkers' Construct tools don't have an integrity system, so TCTB computes one for them:
Integrity = Material Tier Score + Head/Handle Quality Score + Integrity modifier from installed modules
Material Tier: the highest tier among all materials used in the tool, capped at 4.
Head/Handle Quality: equal to
0.001 × average head durability + average head mining speed + average head attack damage + average handle multiplier, rounded to the nearest integer.The integrity bonuses of every installed module are then added on top.
Multiple identical slots
TCTB allows a single tool to have multiple identical slots.
When several identical slots all have modules installed:
- Attack / Durability: the average value of the N modules, multiplied by
1 + (N - 1) × 10%.- Example: two heads each with a +5 attack module →
5 × 1.1 = 5.5final bonus.
- Example: two heads each with a +5 attack module →
- Mining speed: the highest value among all installed modules.
- Tool actions: the union of all installed modules' tool actions.


