red_glazed_terracotta/mods/rgt_armor/init.lua
2025-10-10 23:46:01 -04:00

22 lines
520 B
Lua

rgt_cosmetics.register_wearable {
name = "ic",
attachments = {
{
mesh = "rgt_armor_torso.gltf",
textures = {"rgt_iron_chestplate.png"},
bone = "Body"
},
{
mesh = "rgt_armor_right_arm.gltf",
textures = {"rgt_iron_chestplate.png"},
bone = "RightArm"
},
{
mesh = "rgt_armor_left_arm.gltf",
textures = {"rgt_iron_chestplate.png"},
bone = "LeftArm"
}
}
}