diff options
Diffstat (limited to 'items/ARMOR_STAND.json')
-rw-r--r-- | items/ARMOR_STAND.json | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/items/ARMOR_STAND.json b/items/ARMOR_STAND.json index 185383cb..37d95f80 100644 --- a/items/ARMOR_STAND.json +++ b/items/ARMOR_STAND.json @@ -7,10 +7,18 @@ "§f§lCOMMON" ], "internalname": "ARMOR_STAND", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Armor_Stand" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STICK:1", + "A2": "STICK:1", + "A3": "STICK:1", + "B1": "", + "B2": "STICK:1", + "B3": "", + "C1": "STICK:1", + "C2": "STEP:1", + "C3": "STICK:1" + } }
\ No newline at end of file |