diff options
Diffstat (limited to 'items/ARMOR_STAND.json')
-rw-r--r-- | items/ARMOR_STAND.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/items/ARMOR_STAND.json b/items/ARMOR_STAND.json new file mode 100644 index 00000000..a7a28cda --- /dev/null +++ b/items/ARMOR_STAND.json @@ -0,0 +1,12 @@ +{ + "internalname": "ARMOR_STAND", + "itemid": "minecraft:armor_stand", + "displayname": "Armor Stand", + "clickcommand": "", + "damage": 0, + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fArmor Stand\"},ExtraAttributes:{id:\"ARMOR_STAND\"}}", + "modver": "1.0.0", + "lore": [ + "§f§lCOMMON" + ] +}
\ No newline at end of file |