diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-09-11 21:17:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 15:17:09 -0400 |
commit | e56ce099e80273ba6ecec18596f9b01a4db0a858 (patch) | |
tree | d669f11a29e51e4b05f176022d130cccc0327d4e /items/ARROW.json | |
parent | d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b (diff) | |
download | NotEnoughUpdates-REPO-e56ce099e80273ba6ecec18596f9b01a4db0a858.tar.gz NotEnoughUpdates-REPO-e56ce099e80273ba6ecec18596f9b01a4db0a858.tar.bz2 NotEnoughUpdates-REPO-e56ce099e80273ba6ecec18596f9b01a4db0a858.zip |
Small Fixes and new Update Things (#614)
* Small Fixes
* Other Stuff
* Removing/Fixing Cata Req
* New Items (no wiki links)
* New Arrows and Bow fix
* Things
* Rainbow
* Reverting
* Also revert
* Forgot one
* New Item and Wikilinks
Diffstat (limited to 'items/ARROW.json')
-rw-r--r-- | items/ARROW.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/items/ARROW.json b/items/ARROW.json index cf1c8b81..b493a76b 100644 --- a/items/ARROW.json +++ b/items/ARROW.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:arrow", "displayname": "§fFlint Arrow", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+1\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fFlint Arrow\"},ExtraAttributes:{id:\"ARROW\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+1\",1:\"\",2:\"§8Stats added when shot!\",3:\"§f§lCOMMON ARROW\"],Name:\"§fFlint Arrow\"},ExtraAttributes:{id:\"ARROW\"}}", "damage": 0, "lore": [ "§7Damage: §c+1", "", - "§f§lCOMMON" + "§8Stats added when shot!", + "§f§lCOMMON ARROW" ], "internalname": "ARROW", "modver": "2.0.0-REL", @@ -26,5 +27,6 @@ "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Flint_Arrow" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file |