Properties that only Leggings have - Catman-232/Homebrewery GitHub Wiki
This page was up to date as of version 4.6.40
An item's param.txthb file is a JSON formatted set of properties that HB will try to parse into data. You do not need to have every single property in a file, as any you don't have will be given its default value, which is displayed in each code block below.
The file starts with a left brace: {, property names go in speech marks with a colon afterwards: "property": , values go after the colon and will have a comma after them: 10, or "stringvalue", unless it is the last one in the file: 10 or "stringvalue", and finally the file ends with a right brace }
"__legPieceRender_01": "",String
This property is where you define either a vanilla or custom ScriptableArmorRender for the Leggings. It must be the name of a ScriptableArmorRender, such as the ones here: Meshes-and-ScriptableArmorRenders#legpieces
You can have 4 of these
"_legPieceRender_01": "",
"_legPieceRender_02": "",
"_legPieceRender_03": "",
"_legPieceRender_04": ""These four meshes are textured by legPiece1.png, legPiece2.png, legPiece3.png and legPiece4.png. They are all 64x64px.

"_textureUpperLegOnly": false,Boolean (true or false, no speechmarks)
This property being true will make the armor.png texture only apply to the upper legs rather than the entirely of the legs.
True / False

"_textureFeet": true,Boolean (true or false, no speechmarks)
This property being true will make the armor.png texture apply texturing to the feet.
True / False
