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

Examples

This page provides an overview of all the items introduced by the Clay Soldiers mod.

Items

Details
{
  "values": {
    "#csr:soldier_rgb_glasses": {
      "properties": {
        "protection": 1.0,
        "see_invisibility": {}
      },
      "slot": "head"
    },
    "#minecraft:coals": {
      "predicate": {
        "type": "csr:holdable_property",
        "test": {
          "property": "set_on_fire",
          "test_type": "increase"
        }
      },
      "properties": {
        "set_on_fire": "1s"
      },
      "slots": [
        "backpack",
        "backpack_passive"
      ]
    },
    "csr:sharpened_stick": {
      "properties": {
        "damage": 3.0
      },
      "slot": "mainhand"
    },
    "csr:shear_blade": {
      "pick_priority": "low",
      "properties": {
        "damage": 1.25,
        "special_attack": [
          {
            "type": "csr:sneak_attack",
            "attack_properties": {
              "attack_type": "melee",
              "damage": 0.5
            }
          }
        ]
      },
      "slot": "hands"
    },
    "minecraft:amethyst_shard": {
      "on_pick": [
        {
          "type": "csr:dye_soldier",
          "dye": {
            "color": 8339378
          }
        }
      ],
      "properties": {
        "invisible": {}
      },
      "slots": [
        "backpack",
        "backpack_passive"
      ]
    },
    "minecraft:bamboo": {
      "properties": {
        "breath_hold": "infinite"
      },
      "slot": "head"
    },
    "minecraft:blaze_rod": {
      "pick_priority": "high",
      "properties": {
        "damage": 1.5
      },
      "slot": "mainhand"
    },
    "minecraft:bone": {
      "properties": {
        "attack_range": 0.1,
        "damage": 1.0
      },
      "slot": "mainhand"
    },
    "minecraft:bowl": {
      "properties": {
        "damage_block": {
          "amount": 0.5,
          "chance": 2.0
        }
      },
      "slot": "hands"
    },
    "minecraft:brick": {
      "pick_priority": "high",
      "properties": {
        "attributes": {
          "minecraft:generic.movement_speed": [
            {
              "amount": -0.20000000298023224,
              "id": "csr:brick_armor_slow",
              "operation": "add_multiplied_total"
            }
          ]
        },
        "breath_hold": "none",
        "heavy": 5.0,
        "protection": 10.0
      },
      "slot": "chest"
    },
    "minecraft:cactus": {
      "properties": {
        "counter_attack": [
          {
            "type": "csr:thorns",
            "attack_properties": {
              "attack_type": "melee_and_ranged",
              "damage": 1.0
            }
          }
        ],
        "protection": 1.0
      },
      "slot": "chest"
    },
    "minecraft:chorus_fruit": {
      "on_pick": [
        {
          "type": "csr:dye_soldier",
          "dye": {
            "color": 9332621,
            "overwrite": true
          }
        }
      ],
      "properties": {
        "size": 0.9,
        "teleportation": {}
      },
      "removal_condition": {
        "on_teleport": {
          "chance": 0.2,
          "teleportation_type": "to_target"
        }
      },
      "slots": [
        "backpack",
        "backpack_passive"
      ]
    },
    "minecraft:coal_block": {
      "drop_rate": "never",
      "pick_priority": "very_high",
      "properties": {
        "protection": 2.0
      },
      "slot": "capability_pick_up"
    },
    "minecraft:command_block": {
      "drop_rate": "never",
      "on_pick": [
        {
          "type": "csr:apply_effect",
          "effect": {
            "amplifier": 3,
            "duration": "15s",
            "effect": "minecraft:regeneration",
            "operation": "add"
          }
        },
        {
          "type": "csr:apply_effect",
          "effect": {
            "duration": "5000s",
            "effect": "minecraft:regeneration",
            "operation": "add"
          }
        },
        {
          "type": "csr:dye_soldier",
          "dye": {
            "color": "jeb_"
          }
        }
      ],
      "pick_priority": "very_high",
      "properties": {
        "attack_type": "aggressive",
        "attributes": {
          "minecraft:generic.max_health": [
            {
              "amount": 30.0,
              "id": "csr:soldier_com_health",
              "operation": "add_value"
            }
          ]
        },
        "breath_hold": "infinite",
        "can_swim": {},
        "counter_attack": [
          {
            "type": "csr:thorns",
            "attack_properties": {
              "attack_type": "melee_and_ranged",
              "damage": 2.0
            }
          }
        ],
        "damage": 10.0,
        "damage_block": {
          "amount": 2.0,
          "chance": 0.5,
          "pierceable": false
        },
        "death_cloud": [
          {
            "amplifier": 5,
            "duration": 1,
            "effect": "minecraft:instant_damage"
          }
        ],
        "death_exploder": 2.0,
        "glow_outline": {},
        "glowing": {},
        "heavy": 5.0,
        "immunity": {
          "minecraft:blindness": "immune",
          "minecraft:poison": "immune",
          "minecraft:regeneration": "persistent",
          "minecraft:weakness": "immune",
          "minecraft:wither": "immune"
        },
        "protection": 25.0,
        "set_on_fire": 2,
        "size": 1.4,
        "special_attack": [
          {
            "type": "csr:sneak_attack",
            "attack_properties": {
              "attack_type": "melee_and_ranged",
              "damage": 2.0
            }
          },
          {
            "type": "csr:lightning_attack",
            "attack_properties": {
              "attack_type": "melee_and_ranged",
              "damage": 1.0
            }
          },
          {
            "type": "csr:critical_hit",
            "attack_properties": {
              "attack_type": "melee_and_ranged",
              "damage": 7.0
            }
          }
        ],
        "wraith": {
          "attack_effect": [
            {
              "type": "csr:lightning_attack",
              "attack_properties": {
                "attack_type": "melee",
                "damage": 1.0
              }
            },
            {
              "type": "csr:critical_hit",
              "attack_properties": {
                "attack_type": "melee",
                "damage": 7.0
              }
            }
          ],
          "damage": 3.5,
          "duration": 13
        }
      },
      "slot": "head"
    },
    "minecraft:debug_stick": {
      "drop_rate": "never",
      "pick_priority": "very_high",
      "properties": {
        "attack_range": 0.2,
        "attack_type": "aggressive",
        "damage": 25.0,
        "see_invisibility": {},
        "set_on_fire": "4s",
        "special_attack": [
          {
            "type": "csr:critical_hit",
            "attack_properties": {
              "attack_type": "melee",
              "chance": 0.25,
              "damage": 25.0
            }
          }
        ]
      },
      "slot": "hands"
    },
    "minecraft:diamond": {
      "drop_rate": "never",
      "pick_priority": "very_high",
      "properties": {
        "attack_type": "queen",
        "protection": 1.5,
        "size": 1.1
      },
      "slot": "head"
    },
    "minecraft:diamond_block": {
      "drop_rate": "never",
      "pick_priority": "very_high",
      "properties": {
        "protection": 1.0,
        "size": 1.1,
        "special_attack": [
          {
            "type": "csr:critical_hit",
            "attack_properties": {
              "attack_type": "melee",
              "damage": 1.0
            }
          }
        ]
      },
      "slot": "capability_pick_up"
    },
    "minecraft:dragon_breath": {
      "properties": {
        "revive_other": {
          "type": "spiritual",
          "chance": 0.75,
          "cooldown": 10,
          "priority": 0
        }
      },
      "slot": "backpack"
    },
    "minecraft:echo_shard": {
      "on_pick": [
        {
          "type": "csr:dye_soldier",
          "dye": {
            "color": 213328,
            "overwrite": true
          }
        }
      ],
      "properties": {
        "see_invisibility": {},
        "wraith": {
          "attack_effect": [
            {
              "type": "csr:smite",
              "attack_properties": {
                "attack_type": "melee",
                "damage": 1.0
              }
            }
          ],
          "duration": 6
        }
      },
      "slots": [
        "backpack",
        "backpack_passive"
      ]
    },
    "minecraft:emerald": {
      "properties": {
        "special_attack": [
          {
            "type": "csr:lightning_attack",
            "attack_properties": {
              "attack_type": "melee",
              "damage": 1.0
            }
          }
        ]
      },
      "slot": "backpack"
    },
    "minecraft:ender_pearl": {
      "drop_rate": "never",
      "pick_priority": "high",
      "properties": {
        "can_swim": {},
        "teleport_to_owner": {}
      },
      "slot": "backpack"
    },
    "minecraft:feather": {
      "properties": {
        "glide": {}
      },
      "slots": [
        "backpack",
        "backpack_passive"
      ]
    },
    "minecraft:fermented_spider_eye": {
      "pick_priority": "very_high",
      "properties": {
        "attack_type": "aggressive"
      },
      "slot": "backpack_passive"
    },
    "minecraft:fire_charge": {
      "max_stack_size": 6,
      "pick_priority": "high",
      "properties": {
        "damage": 2.0,
        "set_on_fire": 45,
        "throwable": "harmful"
      },
      "removal_condition": {
        "ranged_use": "always"
      },
      "slot": "backpack"
    },
    "minecraft:firework_rocket": {
      "properties": {
        "evacuation": "firework"
      },
      "removal_condition": {
        "on_escape": "always"
      },
      "slots": [
        "backpack",
        "backpack_passive"
      ]
    },
    "minecraft:firework_star": {
      "drop_rate": "never",
      "pick_priority": "low",
      "properties": {},
      "slots": [
        "backpack",
        "backpack_passive"
      ]
    },
    "minecraft:glass_bottle": {
      "pick_priority": "low",
      "properties": {
        "breath_hold": 10
      },
      "slot": "backpack"
    },
    "minecraft:glass_pane": {
      "properties": {
        "protection": 1.0,
        "see_invisibility": {}
      },
      "slot": "head"
    },
    "minecraft:glistering_melon_slice": {
      "pick_priority": "very_high",
      "properties": {
        "attack_type": "support",
        "throwable": "helping"
      },
      "slot": "backpack_passive"
    },
    "minecraft:glow_ink_sac": {
      "pick_priority": "low",
      "properties": {
        "glowing": {}
      },
      "slots": [
        "backpack",
        "backpack_passive"
      ]
    },
    "minecraft:glowstone_dust": {
      "pick_priority": "low",
      "properties": {
        "glowing": {}
      },
      "slots": [
        "backpack",
        "backpack_passive"
      ]
    },
    "minecraft:gold_block": {
      "drop_rate": "never",
      "pick_priority": "very_high",
      "properties": {
        "protection": 2.0,
        "size": 1.1,
        "special_attack": [
          {
            "type": "csr:critical_hit",
            "attack_properties": {
              "attack_type": "melee",
              "chance": 0.75,
              "damage": 1.0
            }
          }
        ]
      },
      "slot": "capability_pick_up"
    },
    "minecraft:gold_ingot": {
      "drop_rate": "never",
      "pick_priority": "very_high",
      "properties": {
        "attack_type": "king",
        "protection": 1.5,
        "size": 1.25
      },
      "slot": "head"
    },
    "minecraft:golden_apple": {
      "pick_priority": "very_high",
      "properties": {
        "attack_type": "support",
        "revive_other": {
          "type": "medic",
          "cooldown": "5s",
          "priority": 3
        },
        "special_attack": [
          {
            "type": "csr:effect",
            "attack_properties": {
              "amplifier": 2,
              "attack_type": "melee",
              "duration": "30s",
              "effect": "minecraft:regeneration"
            }
          }
        ]
      },
      "slot": "backpack"
    },
    "minecraft:gravel": {
      "max_stack_size": 4,
      "properties": {
        "damage": 1.0,
        "special_attack": [
          {
            "type": "csr:critical_hit",
            "attack_properties": {
              "attack_type": "ranged",
              "damage": 1.0
            }
          }
        ],
        "throwable": "harmful"
      },
      "removal_condition": {
        "ranged_use": "always"
      },
      "slot": "backpack"
    },
    "minecraft:gunpowder": {
      "properties": {
        "death_exploder": 1.0
      },
      "slots": [
        "backpack",
        "backpack_passive"
      ]
    },
    "minecraft:iron_nugget": {
      "properties": {
        "counter_attack": [
          {
            "type": "csr:thorns",
            "attack_properties": {
              "attack_type": "melee",
              "damage": 1.0
            }
          }
        ],
        "damage_block": {
          "amount": 0.5,
          "chance": 3.0
        }
      },
      "slot": "capability_pick_up"
    },
    "minecraft:leather": {
      "pick_priority": "low",
      "properties": {
        "protection": 3.0
      },
      "slot": "chest"
    },
    "minecraft:lily_pad": {
      "predicate": {
        "type": "csr:logic",
        "test": {
          "operation": "not",
          "predicate": {
            "type": "csr:holdable_property",
            "test": {
              "property": "heavy",
              "test_type": "increase"
            }
          }
        }
      },
      "properties": {
        "can_swim": {},
        "protection": 2.0
      },
      "slot": "legs"
    },
    "minecraft:magma_cream": {
      "pick_priority": "high",
      "properties": {
        "death_exploder": 1.0,
        "special_attack": [
          {
            "type": "csr:critical_hit",
            "attack_properties": {
              "attack_type": "melee",
              "damage": 1.0
            }
          }
        ]
      },
      "slots": [
        "backpack",
        "backpack_passive"
      ]
    },
    "minecraft:nether_star": {
      "drop_rate": "never",
      "pick_priority": "very_high",
      "properties": {
        "attributes": {
          "minecraft:generic.max_health": [
            {
              "amount": 10.0,
              "id": "csr:giant_health",
              "operation": "add_value"
            }
          ],
          "minecraft:generic.movement_speed": [
            {
              "amount": -0.20000000298023224,
              "id": "csr:giant_slow",
              "operation": "add_multiplied_total"
            }
          ]
        },
        "damage": 2.0,
        "size": 2.0,
        "special_attack": [
          {
            "type": "csr:critical_hit",
            "attack_properties": {
              "attack_type": "melee",
              "damage": 1.0
            }
          }
        ]
      },
      "slots": [
        "backpack",
        "backpack_passive"
      ]
    },
    "minecraft:paper": {
      "drop_rate": "never",
      "properties": {
        "protection": 0.1
      },
      "slot": "cape"
    },
    "minecraft:poisonous_potato": {
      "properties": {
        "death_cloud": [
          {
            "amplifier": 1,
            "duration": 30,
            "effect": "minecraft:poison"
          }
        ],
        "immunity": {
          "minecraft:poison": "immune"
        },
        "special_attack": [
          {
            "type": "csr:effect",
            "attack_properties": {
              "amplifier": 1,
              "attack_type": "melee",
              "duration": 30,
              "effect": "minecraft:poison"
            }
          }
        ]
      },
      "slots": [
        "backpack",
        "backpack_passive"
      ]
    },
    "minecraft:rabbit_hide": {
      "properties": {
        "glide": {}
      },
      "slots": [
        "backpack",
        "backpack_passive"
      ]
    },
    "minecraft:red_mushroom": {
      "properties": {
        "immunity": {
          "minecraft:poison": "immune"
        },
        "protection": 1.0
      },
      "slot": "head"
    },
    "minecraft:redstone": {
      "predicate": {
        "type": "csr:logic",
        "test": {
          "operation": "any",
          "predicates": [
            {
              "type": "csr:has_item",
              "test": {
                "item": "minecraft:air",
                "slot": "mainhand"
              }
            },
            {
              "type": "csr:has_item",
              "test": {
                "item": "minecraft:air",
                "slot": "offhand"
              }
            }
          ]
        }
      },
      "properties": {
        "special_attack": [
          {
            "type": "csr:effect",
            "attack_properties": {
              "amplifier": 1,
              "attack_type": "melee_and_ranged",
              "duration": 30,
              "effect": "minecraft:blindness"
            }
          }
        ]
      },
      "slot": "backpack_passive"
    },
    "minecraft:shears": {
      "pick_priority": "high",
      "properties": {},
      "slot": "capability_pick_up"
    },
    "minecraft:skeleton_skull": {
      "pick_priority": "very_high",
      "properties": {
        "revive_other": {
          "type": "necrotic",
          "chance": 0.5,
          "cooldown": "1s",
          "priority": 1
        }
      },
      "slot": "head"
    },
    "minecraft:slime_ball": {
      "max_stack_size": 6,
      "pick_priority": "high",
      "properties": {
        "damage": 2.0,
        "special_attack": [
          {
            "type": "csr:effect",
            "attack_properties": {
              "amplifier": 1,
              "attack_type": "ranged",
              "duration": "1s",
              "effect": "csr:slime_root"
            }
          }
        ],
        "throwable": "harmful"
      },
      "removal_condition": {
        "ranged_use": "always"
      },
      "slot": "backpack"
    },
    "minecraft:slime_block": {
      "properties": {
        "bounce": {}
      },
      "slot": "feet"
    },
    "minecraft:snowball": {
      "max_stack_size": 8,
      "pick_priority": "low",
      "properties": {
        "damage": 2.0,
        "special_attack": [
          {
            "type": "csr:effect",
            "attack_properties": {
              "attack_type": "ranged",
              "duration": "20s",
              "effect": "minecraft:slowness"
            }
          }
        ],
        "throwable": "harmful"
      },
      "removal_condition": {
        "ranged_use": "always"
      },
      "slot": "backpack"
    },
    "minecraft:stick": {
      "properties": {
        "damage": 2.0
      },
      "slot": "mainhand"
    },
    "minecraft:string": {
      "max_stack_size": 2,
      "properties": {
        "explosion_resistance": 24.0
      },
      "removal_condition": {
        "on_hurt": {
          "chance": 0.5,
          "condition": {
            "tags": [
              {
                "expected": true,
                "id": "minecraft:is_explosion"
              }
            ]
          }
        }
      },
      "slots": [
        "backpack",
        "backpack_passive"
      ]
    },
    "minecraft:sugar": {
      "pick_priority": "low",
      "properties": {
        "attributes": {
          "minecraft:generic.movement_speed": [
            {
              "amount": 0.5,
              "id": "csr:sugar_speed",
              "operation": "add_multiplied_total"
            }
          ]
        }
      },
      "slots": [
        "backpack",
        "backpack_passive"
      ]
    },
    "minecraft:tnt": {
      "pick_priority": "high",
      "properties": {
        "death_exploder": 2.0
      },
      "slots": [
        "backpack",
        "backpack_passive"
      ]
    },
    "minecraft:totem_of_undying": {
      "pick_priority": "very_high",
      "properties": {
        "revive_other": {
          "type": "angel",
          "cooldown": "100s",
          "priority": 4
        },
        "special_attack": [
          {
            "type": "csr:smite",
            "attack_properties": {
              "attack_type": "melee_and_ranged",
              "damage": 3.0
            }
          }
        ]
      },
      "slot": "backpack_passive"
    },
    "minecraft:turtle_scute": {
      "properties": {
        "breath_hold": 30,
        "protection": 2.0
      },
      "slot": "head"
    },
    "minecraft:wheat": {
      "pick_priority": "very_high",
      "properties": {
        "attack_type": "pacifist"
      },
      "slot": "backpack_passive"
    },
    "minecraft:wither_skeleton_skull": {
      "on_pick": [
        {
          "type": "csr:set_item",
          "set_item": {
            "item": {
              "count": 1,
              "id": "minecraft:coal_block"
            },
            "slot": "feet"
          }
        },
        {
          "type": "csr:set_item",
          "set_item": {
            "item": {
              "count": 1,
              "id": "minecraft:coal_block"
            },
            "slot": "legs"
          }
        },
        {
          "type": "csr:set_item",
          "set_item": {
            "item": {
              "count": 1,
              "id": "minecraft:coal_block"
            },
            "slot": "chest"
          }
        }
      ],
      "pick_priority": "very_high",
      "properties": {
        "death_cloud": [
          {
            "duration": 10,
            "effect": "minecraft:wither"
          }
        ],
        "immunity": {
          "minecraft:wither": "immune"
        },
        "revive_other": {
          "type": "dark_necrotic",
          "chance": 0.5,
          "cooldown": "4s",
          "priority": 2
        },
        "special_attack": [
          {
            "type": "csr:critical_hit",
            "attack_properties": {
              "attack_type": "melee",
              "damage": 1.0
            }
          }
        ]
      },
      "slot": "head"
    }
  }
}

Armor

Details
{
  "values": {
    "#csr:soldier_rgb_glasses": {
      "armor": {
        "head": {
          "trims": [
            {
              "color": "jeb_",
              "material": "minecraft:quartz",
              "pattern": "minecraft:eye"
            },
            {
              "material": "minecraft:netherite",
              "pattern": "minecraft:spire"
            }
          ]
        }
      }
    },
    "minecraft:bamboo": {
      "accessories": {
        "snorkel": "csr:textures/entity/clay_soldier/bamboo_stick.png"
      }
    },
    "minecraft:bowl": {
      "accessories": {
        "shield": "csr:textures/entity/clay_soldier/clay_shield.png"
      }
    },
    "minecraft:brick": {
      "armor": {
        "chest": {
          "color": 11031355,
          "model": "minecraft:netherite_chestplate"
        }
      }
    },
    "minecraft:cactus": {
      "armor": {
        "chest": {
          "color": 6592562,
          "model": "minecraft:netherite_chestplate",
          "trim": {
            "material": "minecraft:netherite",
            "pattern": "minecraft:rib"
          }
        }
      }
    },
    "minecraft:coal_block": {
      "armor": {
        "chest": {
          "color": 1908001,
          "model": "minecraft:leather_chestplate"
        },
        "feet": {
          "color": 1908001,
          "model": "minecraft:leather_boots"
        },
        "legs": {
          "color": 1908001,
          "model": "minecraft:leather_leggings"
        }
      }
    },
    "minecraft:command_block": {
      "accessories": {
        "skull": {
          "item": "minecraft:command_block"
        }
      }
    },
    "minecraft:diamond": {
      "armor": {
        "head": {
          "trims": [
            {
              "material": "minecraft:diamond",
              "pattern": "minecraft:wayfinder"
            },
            {
              "material": "minecraft:emerald",
              "pattern": "minecraft:host"
            }
          ]
        }
      }
    },
    "minecraft:diamond_block": {
      "armor": {
        "chest": {
          "trims": [
            {
              "material": "minecraft:diamond",
              "pattern": "minecraft:vex"
            },
            {
              "material": "minecraft:emerald",
              "pattern": "minecraft:shaper"
            }
          ]
        }
      }
    },
    "minecraft:feather": {
      "accessories": {
        "glider": "minecraft:feather"
      }
    },
    "minecraft:glass_pane": {
      "armor": {
        "head": {
          "trims": [
            {
              "material": "minecraft:quartz",
              "pattern": "minecraft:eye"
            },
            {
              "material": "minecraft:netherite",
              "pattern": "minecraft:spire"
            }
          ]
        }
      }
    },
    "minecraft:gold_block": {
      "armor": {
        "chest": {
          "model": "minecraft:chainmail_chestplate",
          "trims": [
            {
              "material": "minecraft:gold",
              "pattern": "minecraft:shaper"
            },
            {
              "material": "minecraft:gold",
              "pattern": "minecraft:vex"
            }
          ]
        }
      }
    },
    "minecraft:gold_ingot": {
      "armor": {
        "head": {
          "model": "minecraft:golden_helmet",
          "trim": {
            "material": "minecraft:lapis",
            "pattern": "minecraft:shaper"
          }
        }
      }
    },
    "minecraft:iron_nugget": {
      "accessories": {
        "shield": "csr:textures/entity/clay_soldier/studded_clay_shield.png"
      }
    },
    "minecraft:leather": {
      "armor": {
        "chest": {
          "color": -6265536,
          "model": "minecraft:leather_chestplate",
          "offset_color": true
        }
      }
    },
    "minecraft:lily_pad": {
      "armor": {
        "legs": {
          "color": 2129968,
          "model": "minecraft:iron_leggings"
        }
      }
    },
    "minecraft:paper": {
      "accessories": {
        "cape": {
          "texture_location": "csr:textures/entity/clay_soldier/paper_cape.png"
        }
      }
    },
    "minecraft:rabbit_hide": {
      "accessories": {
        "glider": "minecraft:rabbit_hide"
      }
    },
    "minecraft:red_mushroom": {
      "accessories": {
        "skull": {
          "item": "minecraft:red_mushroom_block"
        }
      }
    },
    "minecraft:skeleton_skull": {
      "accessories": {
        "skull": {
          "item": "minecraft:skeleton_skull"
        }
      }
    },
    "minecraft:slime_block": {
      "armor": {
        "feet": {
          "color": 7845224,
          "model": "minecraft:iron_boots"
        }
      }
    },
    "minecraft:string": {
      "accessories": {
        "wrapped": "csr:textures/entity/clay_soldier/wrapped.png"
      }
    },
    "minecraft:turtle_scute": {
      "armor": {
        "head": {
          "model": "minecraft:turtle_helmet"
        }
      }
    },
    "minecraft:wither_skeleton_skull": {
      "accessories": {
        "skull": {
          "item": "minecraft:wither_skeleton_skull"
        }
      }
    }
  }
}

Soldier POIs

Details
Items
{
  "values": {
    "#c:dyes": {
      "effect": [
        {
          "type": "csr:dye_soldier",
          "dye": {
            "color": "from_item",
            "overwrite": true
          }
        }
      ],
      "predicate": {
        "type": "csr:logic",
        "test": {
          "operation": "not",
          "predicate": {
            "type": "csr:has_custom_color",
            "test": {}
          }
        }
      }
    },
    "minecraft:book": {
      "break_chance": 0.05,
      "effect": [
        {
          "type": "csr:set_item",
          "set_item": {
            "item": {
              "count": 1,
              "id": "minecraft:paper"
            }
          }
        }
      ],
      "predicate": {
        "type": "csr:has_item",
        "test": {
          "item": "minecraft:paper",
          "slot": "suitable"
        }
      }
    },
    "minecraft:egg": {
      "break_chance": "always",
      "effect": [
        {
          "type": "csr:select_random",
          "selection": [
            {
              "type": "csr:conversion",
              "conversion": {
                "type": "csr:boss_clay_soldier",
                "additional_data": {
                  "baseProperties": {
                    "attack_range": 1.0,
                    "size": 4.0
                  },
                  "bossAI": "csr:default"
                }
              }
            },
            {
              "type": "csr:conversion",
              "conversion": {
                "type": "csr:boss_clay_soldier",
                "additional_data": {
                  "baseProperties": {
                    "attack_range": 1.0,
                    "size": 5.0
                  },
                  "bossAI": "csr:vampire"
                }
              }
            },
            {
              "type": "csr:apply_effect",
              "effect": {
                "amplifier": 9,
                "duration": "17s",
                "effect": "minecraft:wither",
                "operation": "add"
              }
            }
          ]
        }
      ],
      "predicate": {
        "type": "csr:always_true",
        "test": {}
      }
    },
    "minecraft:flint": {
      "break_chance": 0.15,
      "effect": [
        {
          "type": "csr:set_item",
          "set_item": {
            "item": {
              "count": 1,
              "id": "csr:sharpened_stick"
            },
            "operation": "replace",
            "slot": "mainhand"
          }
        }
      ],
      "predicate": {
        "type": "csr:has_item",
        "test": {
          "item": "minecraft:stick",
          "slot": "mainhand"
        }
      }
    },
    "minecraft:heart_of_the_sea": {
      "effect": [
        {
          "type": "csr:apply_effect",
          "effect": {
            "duration": "18s",
            "effect": "minecraft:conduit_power",
            "operation": "add"
          }
        }
      ],
      "predicate": {
        "type": "csr:logic",
        "test": {
          "operation": "not",
          "predicate": {
            "type": "csr:has_effect",
            "test": {
              "effect": "minecraft:conduit_power"
            }
          }
        }
      }
    },
    "minecraft:honey_bottle": {
      "break_chance": 0.1,
      "effect": [
        {
          "type": "csr:apply_effect",
          "effect": {
            "effect": "minecraft:poison",
            "operation": "remove"
          }
        }
      ],
      "predicate": {
        "type": "csr:has_effect",
        "test": {
          "effect": "minecraft:poison"
        }
      }
    },
    "minecraft:nether_wart": {
      "break_chance": "always",
      "effect": [
        {
          "type": "csr:conversion",
          "conversion": {
            "type": "csr:vampire_clay_soldier",
            "additional_data": {
              "Alpha": 1
            }
          }
        }
      ],
      "predicate": {
        "type": "csr:logic",
        "test": {
          "operation": "not",
          "predicate": {
            "type": "csr:holdable_property",
            "test": {
              "property": "attack_type",
              "test_type": "exactly",
              "value": 7
            }
          }
        }
      }
    },
    "minecraft:rotten_flesh": {
      "break_chance": "always",
      "effect": [
        {
          "type": "csr:conversion",
          "conversion": {
            "type": "csr:zombie_clay_soldier",
            "additional_data": {
              "Curable": 0,
              "match_teams": 1,
              "pick_items": 1
            }
          }
        }
      ],
      "predicate": {
        "type": "csr:logic",
        "test": {
          "operation": "not",
          "predicate": {
            "type": "csr:holdable_property",
            "test": {
              "property": "attack_type",
              "test_type": "exactly",
              "value": 6
            }
          }
        }
      }
    }
  }
}
Blocks
{
  "values": {
    "minecraft:end_rod": {
      "effect": [
        {
          "type": "csr:conversion",
          "conversion": {
            "type": "csr:clay_wraith",
            "additional_data": {
              "LifeTicks": 120,
              "WraithAttacks": [
                {
                  "type": "csr:lightning_attack",
                  "attack_properties": {
                    "attack_type": "melee",
                    "damage": 2.0
                  }
                }
              ]
            }
          }
        }
      ],
      "predicate": {
        "type": "csr:always_true",
        "test": {}
      }
    }
  }
}

Tags

An overview of all relevant tags added.

Details
Soldier Item
{
  "values": [
    {
      "id": "#csr:clay_soldier_weapon",
      "required": false
    },
    {
      "id": "#csr:clay_soldier_armor",
      "required": false
    },
    "#minecraft:coals",
    "minecraft:snowball",
    "minecraft:fire_charge",
    "minecraft:slime_ball",
    "minecraft:gravel",
    "minecraft:glass_bottle",
    "minecraft:sugar",
    "minecraft:gunpowder",
    "minecraft:tnt",
    "minecraft:magma_cream",
    "minecraft:poisonous_potato",
    "minecraft:emerald",
    "minecraft:redstone",
    "minecraft:nether_star",
    "minecraft:amethyst_shard",
    "minecraft:glowstone_dust",
    "minecraft:glow_ink_sac",
    "minecraft:dragon_breath",
    "minecraft:golden_apple",
    "minecraft:totem_of_undying",
    "minecraft:echo_shard",
    "minecraft:fermented_spider_eye",
    "minecraft:wheat",
    "minecraft:glistering_melon_slice",
    "minecraft:ender_pearl",
    "minecraft:chorus_fruit",
    "minecraft:firework_rocket",
    "minecraft:firework_star"
  ]
}
Weapons
{
  "values": [
    "minecraft:stick",
    "csr:sharpened_stick",
    "minecraft:bone",
    "minecraft:blaze_rod",
    "minecraft:shears",
    "csr:shear_blade",
    "minecraft:debug_stick"
  ]
}
Armor
{
  "values": [
    "minecraft:lily_pad",
    "minecraft:red_mushroom",
    "minecraft:leather",
    "minecraft:glass_pane",
    "#csr:soldier_rgb_glasses",
    "minecraft:paper",
    "minecraft:bamboo",
    "minecraft:brick",
    "minecraft:turtle_scute",
    "minecraft:slime_block",
    "minecraft:gold_ingot",
    "minecraft:gold_block",
    "minecraft:diamond",
    "minecraft:diamond_block",
    "minecraft:cactus",
    "minecraft:string",
    "minecraft:feather",
    "minecraft:rabbit_hide",
    "minecraft:skeleton_skull",
    "minecraft:wither_skeleton_skull",
    "minecraft:coal_block",
    "minecraft:bowl",
    "minecraft:iron_nugget",
    "minecraft:command_block"
  ]
}
POIs
{
  "values": [
    "minecraft:flint",
    "minecraft:honey_bottle",
    "minecraft:heart_of_the_sea",
    "#c:dyes",
    "minecraft:nether_wart",
    "minecraft:rotten_flesh",
    "minecraft:end_rod",
    "minecraft:book",
    "minecraft:egg"
  ]
}

Teams

Normal
{
  "name": "Normal"
}
No Team
{
  "name": "Normal"
}
Any Dye
{
  "color": "#RRGGBB",
  "from": "minecraft:<dye>",
  "name": "<Dye>"
}
Jeb_
{
  "color": "jeb_",
  "name": "Jeb_",
  "properties": {
    "size": 1.1
  }
}

Soldier Vehicle Properties

Details
{
  "values": {
    "csr:clay_horse": {
      "properties": {
        "attack_range": 0.2,
        "heavy": 0.2
      }
    },
    "csr:clay_pegasus": {
      "properties": {
        "attack_range": 0.25,
        "heavy": 0.25
      }
    },
    "minecraft:endermite": {
      "properties": {
        "teleport_to_owner": {},
        "teleportation": {}
      }
    },
    "minecraft:rabbit": {
      "properties": {
        "attack_range": 0.3
      }
    },
    "minecraft:slime": {
      "properties": {
        "damage": 0.3,
        "special_attack": [
          {
            "type": "csr:critical_hit",
            "attack_properties": {
              "attack_type": "ranged",
              "chance": 0.6,
              "damage": 1.0
            }
          }
        ]
      }
    },
    "minecraft:turtle": {
      "properties": {
        "breath_hold": "infinite"
      }
    }
  }
}
Last Updated:
Contributors: XcraX1
Prev
Tags
Next
Item Properties