Files
Iris/probe/src/main/resources/deserialization-pack/entities/probe_entity.json
T
Brian Neumann-Fopiano 0a7a531646 Dont ask
2026-07-09 13:54:59 -04:00

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
}
}