Skip to content

Client resources

Crystal Spider edited this page Nov 25, 2023 · 14 revisions

Localization

Since by registering new leathered boots you are creating new items in the game, you need to create localization files for them.
Under resources/assets/leatheredboots/lang/ add at least a us_us.json file with the following content:

{
  // "custom_armor_material_name" must be the value returned by your ArmorMaterial#getName()
  "item.leatheredboots.leathered_custom_armor_material_name_boots": "Custom Leathered Boots"
  // Do the above for all the leathered boots you add via the API
}

Item textures

TODO (LB overlay)

Item models

TODO (LB overlay)

Armor textures

TODO (LB overlay)