diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-02-07 13:35:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-07 12:35:37 +0000 |
commit | cd8bab69c2bb27b4c5881820a54fc3dd6dc8504d (patch) | |
tree | e410ac920b894d8357d50866cc65e905dcfa4f2c /items/PIERCING;1.json | |
parent | 2a96214078ad0f1826d94b21bf4ce433b0e6ebe3 (diff) | |
download | NotEnoughUpdates-REPO-cd8bab69c2bb27b4c5881820a54fc3dd6dc8504d.tar.gz NotEnoughUpdates-REPO-cd8bab69c2bb27b4c5881820a54fc3dd6dc8504d.tar.bz2 NotEnoughUpdates-REPO-cd8bab69c2bb27b4c5881820a54fc3dd6dc8504d.zip |
Removed recipes from books, fixed some other shit, added item and npc's (#1101)
Diffstat (limited to 'items/PIERCING;1.json')
-rw-r--r-- | items/PIERCING;1.json | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/items/PIERCING;1.json b/items/PIERCING;1.json index ff241a53..ee7a1e9a 100644 --- a/items/PIERCING;1.json +++ b/items/PIERCING;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Piercing I\",1:\"§7Arrows travel through enemies.\",2:\"§7The extra targets hit take §a25%\",3:\"§a§7of the damage.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI: §7Enchantment Table,\",10:\"§7Cactus Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fBow\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PIERCING;1\",enchantments:{piercing:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Piercing I\",1:\"§7Arrows travel through enemies.\",2:\"§7The extra targets hit take §a25%\",3:\"§a§7of the damage.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI: §7Enchantment Table\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fBow\",13:\"\",14:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PIERCING;1\",enchantments:{piercing:1}}}", "damage": 0, "lore": [ "§9Piercing I", @@ -13,28 +13,16 @@ "§7to apply it!", "", "§6Source:", - "§aI: §7Enchantment Table,", - "§7Cactus Collection", + "§aI: §7Enchantment Table", "", "§6Applied To:", "§7- §fBow", "", "§f§lCOMMON" ], - "recipe": { - "A1": "CACTUS:10", - "A2": "", - "A3": "", - "B1": "", - "B2": "PAPER:1", - "B3": "PAPER:1", - "C1": "", - "C2": "PAPER:1", - "C3": "ARROW:1" - }, "internalname": "PIERCING;1", - "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", - "crafttext": "Requires: Cactus VI", + "clickcommand": "", + "modver": "2.1.1-PRE", + "crafttext": "", "infoType": "" -} +}
\ No newline at end of file |