diff options
Diffstat (limited to 'items/BERBERIS_BLOWGUN.json')
-rw-r--r-- | items/BERBERIS_BLOWGUN.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/items/BERBERIS_BLOWGUN.json b/items/BERBERIS_BLOWGUN.json new file mode 100644 index 00000000..84f70ae2 --- /dev/null +++ b/items/BERBERIS_BLOWGUN.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:stick", + "displayname": "§9Berberis Blowgun", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§6Ability: Swhooomp §e§lRIGHT CLICK\",1:\"§7Shoot an arrow. Doesn\u0027t deal\",2:\"§7damage. Except to chickens.\",3:\"§8Mana Cost: §35\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Berberis Blowgun\"},ExtraAttributes:{id:\"BERBERIS_BLOWGUN\"}}", + "damage": 0, + "lore": [ + "§6Ability: Swhooomp §e§lRIGHT CLICK", + "§7Shoot an arrow. Doesn\u0027t deal", + "§7damage. Except to chickens.", + "§8Mana Cost: §35", + "", + "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "WILTED_BERBERIS:20", + "A3": "", + "B1": "", + "B2": "WILTED_BERBERIS:20", + "B3": "", + "C1": "", + "C2": "WILTED_BERBERIS:20", + "C3": "" + }, + "internalname": "BERBERIS_BLOWGUN", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |