WikiWiki
Home
  • Getting Started
  • Wiki
  • Creating Your Own Items
Home
  • Getting Started
  • Wiki
  • Creating Your Own Items
  • Content

    • Creating Your Own Items
    • Custom Items
    • Creating Soldier POIs
    • Adding new Teams
    • Item Set Types
    • Tags
    • Examples
    • Item Properties
    • Soldier Attributes
    • Common Values

Tags

Tags are used by Minecraft to group Items and other stuff together for various purposes. This page covers how to create tags and all tags added by this mod and their purpose.

Creating/Appending a Tag

For creating or appending a Tag see Minecraft Wiki - Tags.

Clay Soldier Tags

└─ data
   └─ (your data pack name)
      └─ tags
         └─ item
            ├─ clay_soldier_holdable.json        
            ├─ clay_soldier_armor.json        
            ├─ clay_soldier_weapon.json        
            ├─ soldier_poi.json        
            ├─ clay_horse_armor.json        
            ├─ clay_wax.json  
            ├─ clay_food.json        
            └─ clay_soldier_items
               ├─ armored.json
               ├─ arsonist.json
               ├─ basic.json
               ├─ diver.json
               ├─ fashion.json
               ├─ ranged.json
               ├─ specialist.json
               ├─ supprotive.json
               ├─ tank.json
               └─ royalty.json
TagDescription
clay_soldier_holdable.jsonAny Item that can be held by a Clay Soldier, this automaticly includes clay_soldier_armor.json and clay_soldier_weapon.json, Items will also appear in Clay Soldier Items Creative Tab
clay_soldier_armor.jsonAny Item that can be worn by a Clay Soldier,
clay_soldier_weapon.jsonItems under this tag will cause the Clay Soldier to swing its arm when attacking
soldier_poi.jsonAny Item that can be interacted with by a Clay Soldier, Items will also appear in Clay Soldier Items Creative Tab
clay_horse_armor.jsonAny Item that can be worn by Clay Horses, Items will also appear in Clay Soldier Items Creative Tab
clay_wax.jsonAny Item that can be used to wax a Clay Soldier
clay_food.jsonAny Item that can be feed to a Clay Soldier to heal them
clay_soldier_items/*Any Tag under clay_soldier_items is used for an Item Set Type
Last Updated:
Contributors: XcraX1
Prev
Item Set Types
Next
Examples