JATiCA (Just A Tinkers' Construct/Compatibility Attempt) is a mod that adds materials registered in JAOPCA as Tinkers' Construct materials.
Since this is an addon mod developed by a third party, please direct any questions or bug reports about this mod to me, not to the developers of JAOPCA or Tinkers' Construct.
🌐日本語
config/jaopca/modules/jatica_materials.toml and add the names of the JAOPCA materials you want to add as Tinkers' Construct materials to passiveMaterialWhitelist = [].["*"] will add all materials registered in JAOPCA as Tinkers' Construct materials.<material_name>.toml in config/jaopca/materials/ and configure the material properties in the [jatica] section.true.If you want to change the material names displayed in Tinkers' Construct, add a key like material.jatica.<material_name>.
<material_name> Small Blade, <material_name> Mattock, etc.
{
"material.jatica.amethyst": "Cool Amethyst"
}
If you want to change the material names displayed in JAOPCA, add a key like jaopca.material.<material_name>.
Molten <material_name>, Block of <material_name>, etc.
{
"jaopca.material.amethyst": "Cool Amethyst"
}
Thanks to the developers of JAOPCA and Tinkers' Construct.