9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 03:39:15 +00:00
Files
Iris-Pack-Overworld/entities/brian.json
Brian Fopiano 4d7403f685 New command added to iris
/iris std beautify <project>
or just 
/iris std beautify
while in a proj
2021-07-05 02:22:24 -07:00

33 lines
753 B
JSON

{
"type": "EVOKER",
"customName": "&dMagic Psychopath",
"attributes": [
{
"attribute": "GENERIC_ARMOR",
"maxAmount": 5,
"minAmount": 3,
"operation": "ADD_NUMBER",
"name": "5head"
},
{
"attribute": "GENERIC_MAX_HEALTH",
"maxAmount": 21,
"minAmount": 19,
"operation": "ADD_NUMBER",
"name": "6head"
}
],
"helmet": {
"type": "damaged_anvil",
"displayName": "&dCracked Mind"
},
"mainHand": {
"type": "blaze_rod",
"displayName": "&dStrange Wand"
},
"offHand": {
"type": "blaze_rod",
"displayName": "&dStrange Wand"
}
}