Okay, so I'm finally putting the finishing touches on my ape civilization. They're not metalworkers, other than copper. They work with stone and leather, but use hardened leather, just under copper in effectiveness, and plated leather, hardened leather plated with copper, just under bronze in effectiveness, for armour. Their weapons are stone, I haven't touched that yet, but it shouldn't be any problem. Now, in making the leather, I've reached a problem. I'll describe them one by one below.
Okay, so I made a pair of custom buildings, those work, they can be constructed. Then, I went into the reactions to make hardened and plated leather, plus items made from them. I made a pair of entries in the inorganic_metal for them, here they are.
Hardened leather:
[INORGANIC:HARD_LEATHER]
[USE_MATERIAL_TEMPLATE:METAL_TEMPLATE]
[STATE_NAME_ADJ:ALL_SOLID:hard leather]
[STATE_NAME_ADJ:LIQUID:molten hard leather]
[STATE_NAME_ADJ:GAS:boiling hard leather]
[DISPLAY_COLOR:0:4:2]
[BUILD_COLOR:0:4:2]
[MATERIAL_VALUE:6]
[SPEC_HEAT:450]
[MELTING_POINT:12768]
[BOILING_POINT:15150]
[ITEMS_ARMOR]
[ITEMS_LEATHER]
[LEATHER]
[SOLID_DENSITY:800]
[LIQUID_DENSITY:1000]
[MOLAR_MASS:63546]
[IMPACT_YIELD:245000]
[IMPACT_FRACTURE:770000]
[IMPACT_STRAIN_AT_YIELD:175]
[COMPRESSIVE_YIELD:245000]
[COMPRESSIVE_FRACTURE:770000]
[COMPRESSIVE_STRAIN_AT_YIELD:175] 140
[TENSILE_YIELD:70000]
[TENSILE_FRACTURE:220000]
[TENSILE_STRAIN_AT_YIELD:58] 120
[TORSION_YIELD:70000]
[TORSION_FRACTURE:220000]
[TORSION_STRAIN_AT_YIELD:145]
[SHEAR_YIELD:70000]
[SHEAR_FRACTURE:220000]
[SHEAR_STRAIN_AT_YIELD:145] 48
[BENDING_YIELD:70000]
[BENDING_FRACTURE:220000]
[BENDING_STRAIN_AT_YIELD:58]
[MAX_EDGE:10000]
[STATE_COLOR:ALL_SOLID:GRAY]
Plated leather:
[INORGANIC:PLATED_LEATHER]
[USE_MATERIAL_TEMPLATE:METAL_TEMPLATE]
[STATE_NAME_ADJ:ALL_SOLID:plated leather]
[STATE_NAME_ADJ:LIQUID:molten plated leather]
[STATE_NAME_ADJ:GAS:boiling plated leather]
[DISPLAY_COLOR:0:4:2]
[BUILD_COLOR:0:4:2]
[MATERIAL_VALUE:10]
[SPEC_HEAT:450]
[MELTING_POINT:12768]
[BOILING_POINT:15150]
[ITEMS_ARMOR]
[ITEMS_LEATHER]
[LEATHER]
[SOLID_DENSITY:8250]
[LIQUID_DENSITY:8020]
[MOLAR_MASS:80000]
[IMPACT_YIELD:602000]
[IMPACT_FRACTURE:843500]
[IMPACT_STRAIN_AT_YIELD:547]
[COMPRESSIVE_YIELD:602000]
[COMPRESSIVE_FRACTURE:843500]
[COMPRESSIVE_STRAIN_AT_YIELD:547]
[TENSILE_YIELD:172000]
[TENSILE_FRACTURE:241000]
[TENSILE_STRAIN_AT_YIELD:156]
[TORSION_YIELD:172000]
[TORSION_FRACTURE:241000]
[TORSION_STRAIN_AT_YIELD:156]
[SHEAR_YIELD:172000]
[SHEAR_FRACTURE:241000]
[SHEAR_STRAIN_AT_YIELD:156]
[BENDING_YIELD:172000]
[BENDING_FRACTURE:241000]
[BENDING_STRAIN_AT_YIELD:156]
[MAX_EDGE:10000]
[STATE_COLOR:ALL_SOLID:COPPER]
The reaction for hard leather:
[REACTION:MAKE_HARD_LEATHER]
[NAME:make hard leather
[BUILDING:SKIN_WORKER]
[REAGENT:A:1:NONE:NONE:NONE:NONE][USE_BODY_COMPONENT][UNROTTEN]
[HAS_MATERIAL_REACTION_PRODUCT:TAN_MAT]
[PRODUCT:100:1:HARD_LEATHER:NONE:GET_MATERIAL_FROM_REAGENT:A:TAN_MAT]
[SKILL:TANNER]
The reaction for plated leather:
[REACTION:MAKE_PLATED_LEATHER]
[NAME:make plated leather
[BUILDING:SKIN_WORKER]
[REAGENT:A:1:NONE:NONE:NONE:NONE][USE_BODY_COMPONENT][UNROTTEN]
[HAS_MATERIAL_REACTION_PRODUCT:TAN_MAT]
[REAGENT:B:150:BAR:NO_SUBTYPE:METAL:COPPER]
[PRODUCT:100:1:PLATED_LEATHER:NONE:GET_MATERIAL_FROM_REAGENT:A:TAN_MAT]
[SKILL:TANNER]
A reaction for a hardened leather high boot:
[REACTION:MAKE_HARD_LEATHER_BOOTS]
[NAME:make hard leather high boots]
[BUILDING:MASTER_LEATHER:NONE]
[REAGENT:A:1:HARD_LEATHER:NONE:NONE:NONE]
[PRODUCT:100:2:SHOES:ITEM_SHOES_BOOTS:GET_MATERIAL_FROM_REAGENT:A:NONE]
[SKILL:LEATHERWORK]
A reaction for plated leather high boot:
[REACTION:MAKE_PLATED_LEATHER_BOOTS]
[NAME:make plated leather high boots]
[BUILDING:MASTER_LEATHER:NONE]
[REAGENT:A:1:PLATED_LEATHER:NONE:NONE:NONE]
[PRODUCT:100:2:SHOES:ITEM_SHOES_BOOTS:GET_MATERIAL_FROM_REAGENT:A:NONE]
[SKILL:LEATHERWORK]
The errorlog I get:
*** Error(s) finalizing the reaction MAKE_PLATED_LEATHER_BOOTS
MAKE_PLATED_LEATHER_BOOTS:Unrecognized Item Token: PLATED_LEATHER
So, what's the problem? I made plated leather and hardened leather materials, and I've done similar work with making special steel and iron items before. Why won't it work for the leathers? Thanks in advance, any help is supremely appreciated, as this is one of the last things I need to do before nearly finishing my mod pack.