mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-07-25 08:10:35 +00:00
68 lines
1.2 KiB
JSON
68 lines
1.2 KiB
JSON
{
|
|
"type": "minecraft:panda",
|
|
"reason": "COMMAND",
|
|
"customName": "&aProbe Panda",
|
|
"customNameVisible": true,
|
|
"glowing": true,
|
|
"baby": true,
|
|
"pandaMainGene": "BROWN",
|
|
"pandaHiddenGene": "LAZY",
|
|
"helmet": {
|
|
"type": "minecraft:diamond_helmet",
|
|
"slotTypes": "STORAGE",
|
|
"rarity": 2,
|
|
"minAmount": 1,
|
|
"maxAmount": 1,
|
|
"unbreakable": true,
|
|
"itemFlags": [
|
|
"HIDE_ATTRIBUTES"
|
|
],
|
|
"enchantments": [
|
|
{
|
|
"enchantment": "protection",
|
|
"minLevel": 3,
|
|
"maxLevel": 4,
|
|
"chance": 1.0
|
|
}
|
|
],
|
|
"lore": [
|
|
"&7Probe helmet"
|
|
]
|
|
},
|
|
"mainHand": {
|
|
"type": "minecraft:diamond_sword",
|
|
"rarity": 1,
|
|
"enchantments": [
|
|
{
|
|
"enchantment": "sharpness",
|
|
"minLevel": 5,
|
|
"maxLevel": 5
|
|
}
|
|
]
|
|
},
|
|
"passengers": [
|
|
{
|
|
"type": "minecraft:zombie",
|
|
"reason": "NATURAL",
|
|
"baby": false
|
|
}
|
|
],
|
|
"attributes": [
|
|
{
|
|
"attribute": "generic.max_health",
|
|
"name": "probe_health",
|
|
"operation": "ADD_NUMBER",
|
|
"minAmount": 20,
|
|
"maxAmount": 20,
|
|
"chance": 1.0
|
|
}
|
|
],
|
|
"loot": {
|
|
"mode": "ADD",
|
|
"tables": [
|
|
"probe_loot"
|
|
],
|
|
"multiplier": 1.5
|
|
}
|
|
}
|