diff options
Diffstat (limited to 'items/LADDER.json')
-rw-r--r-- | items/LADDER.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/LADDER.json b/items/LADDER.json new file mode 100644 index 00000000..2de27c3d --- /dev/null +++ b/items/LADDER.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:ladder", + "displayname": "§fLadder", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLadder\"},ExtraAttributes:{id:\"LADDER\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "LADDER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STICK:1", + "A2": "", + "A3": "STICK:1", + "B1": "STICK:1", + "B2": "STICK:1", + "B3": "STICK:1", + "C1": "STICK:1", + "C2": "", + "C3": "STICK:1" + } +}
\ No newline at end of file |