-
Notifications
You must be signed in to change notification settings - Fork 0
Armor
Namnarak edited this page Aug 22, 2026
·
2 revisions
Custom armor with equipment textures.
ruby_helmet:
type: armor
slot: head
model:
sprite: "item/ruby_helmet"
equipment:
humanoid: "ruby"
java:
base_material: NETHERITE_HELMET| Slot | Description |
|---|---|
head |
Helmet |
chest |
Chestplate |
legs |
Leggings |
feet |
Boots |
equipment:
humanoid: "texture_name" # Main texture
humanoid_leggings: "texture_name" # Leggings texture (optional)Texture Locations:
assets/<pack>/textures/entity/equipment/humanoid/texture.pngassets/<pack>/textures/entity/equipment/humanoid_leggings/texture.png
Keep vanilla armor texture:
equipment:
enabled: falseruby_helmet:
type: armor
slot: head
display:
name: "<gold>Ruby Helmet</gold>"
lore:
- "<gray>Protects your head</gray>"
model:
sprite: "item/ruby_helmet"
equipment:
humanoid: "ruby"
java:
base_material: NETHERITE_HELMET
bedrock:
enabled: trueKalo — Open Custom Content Engine for Minecraft
GitHub • Issues • Discord (coming soon)
Version: 0.1.0 • License: MIT • Java: 21+ / 25
Build once. Play everywhere.