Tetra Material Integration

Quick rating

Community listing page, reviews here may not be monitored by the author.

Tetra Material Integration

No reviews yet

Adds more customization and compat for Tetra

Mod Loaders
Minecraft

About

Description

Tetra Material Integration modifies how Tetra determines tool part materials so that the ingredient item may depend on both the tool part and material type instead of just the material type. It is mainly intended for integration with Tinkers construct so pack developers can require Tetra tool parts to be made using the part builder and smeltery before being installed on the Tetra tool, although it may be used for similar applications not specific to Tinkers.

The config is found in the serverconfig folder. This config is to contain a list of Tetra parts that should require special items. For example, the following config will have Tetra axes require Tinkers Construct small axe heads of the appropriate material to craft.

"materialTagName": "Material",

"specialTools": {

  "double/basic_axe": [

    "tconstruct:small_axe_head"

  ]

},