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