Skip to main content

MangoJellyPudding7/28/26About 1 min

MaterialDefinitionBuilder
MethodDescription
craftable(
  craftable: boolean
)
If true, this material can be crafted at the Part Builder
hidden(
  hidden: boolean
)
If true, this material will not be shown in the book or material item
sortOrder(
  sortOrder: int
)
The material's sort order in the book, usually ordered as follows:
GroupSort OrderDescription
General0Has both attack and harvest traits
Harvest1Has harvest traits, but no attack traits
Attack2Has attack traits, but no harvest traits
Special3Has special traits
Ranged4Has ranged attack traits
Compatible5Used only when adding common metals
Nether+10Nether materials, added to the previous value
End+15End materials, added to the previous value
Binding20Materials that can only be made into a binding or bowstring
Crafting25Materials that can only be used for crafting
tier(
  tier: int
)
The material tier, usually ordered as follows:
TierBookVanilla Material ReferenceCrafting Method
0 Materials and YouWoodSimilar to tier 1, mainly used to place materials at the front of the list.
Usually should not be used for other materials, only for new material types
1 Materials and YouCobblestone, CopperOnly needs to be crafted at the Part Builder
2 Puny SmeltingIronRequires smelting and casting to craft
2 (Nether) Puny SmeltingNoneUsed for making Nether or End building materials
3 Mighty SmeltingDiamondMaterials that need to be made through alloying
3 (Nether) Mighty SmeltingNoneNether or End materials that require smelting and casting to craft
4 (Blazing Blood) Fantastic FoundryNetheriteMaterials that require extremely high temperatures to craft
4 (Expedition)NoneNoneMaterials obtainable in the mid-to-late game, mainly referring to End materials
4 (Soul Forging)NoneNoneMaterials that require a Soul Forge to craft
Not yet implemented in Tinkers' Construct
5NoneNetherite+The highest tier of materials, usually requiring multiple crafting methods and having unique traits
Not yet implemented in Tinkers' Construct