diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-03-12 15:01:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 09:01:49 -0500 |
commit | 0fc21e2afa29be0add898361be3739a3eb19900c (patch) | |
tree | 18b9b042d37475a780671b011576ecc13776622e /items/STARRED_SPIDER_QUEENS_STINGER.json | |
parent | 85ecbfcbb05dc0c86297e3debe088ce732a0068c (diff) | |
download | NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.tar.gz NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.tar.bz2 NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.zip |
new items and then some (#435)
* added new god potion
* updated old god pot
* Update GOD_POTION_2.json
* fixed an oopsie
* new items (still searching for recipe of reaper orb and warden helmet)
* uuid removal
* uuid removal 2
* added recipes (thanks Jani)
* reaper gem
* fixed grandma wolf stats
* also updated nbt
* more stuff
starred bows done by Jani
* uuid removal duty
* parents
* recipes (provided by Jani)
* wiki links
* *confused noises*
* Jani
* wiki links v2
Diffstat (limited to 'items/STARRED_SPIDER_QUEENS_STINGER.json')
-rw-r--r-- | items/STARRED_SPIDER_QUEENS_STINGER.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/items/STARRED_SPIDER_QUEENS_STINGER.json b/items/STARRED_SPIDER_QUEENS_STINGER.json new file mode 100644 index 00000000..595a6d6a --- /dev/null +++ b/items/STARRED_SPIDER_QUEENS_STINGER.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:bow", + "displayname": "§5⚚ Spider Queen\u0027s Stinger", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+300\",1:\"\",2:\"§7Arrows shot using this bow have\",3:\"§7an aura around them that deals\",4:\"§7§c3,153❁ Damage §7to nearby\",5:\"§7enemies. Arrows travel through\",6:\"§7enemies.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC BOW\"],Name:\"§5⚚ Spider Queen\u0027s Stinger\"},ExtraAttributes:{id:\"STARRED_SPIDER_QUEENS_STINGER\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+300", + "", + "§7Arrows shot using this bow have", + "§7an aura around them that deals", + "§7§c3,153❁ Damage §7to nearby", + "§7enemies. Arrows travel through", + "§7enemies.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC BOW" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DARK_OAK_LOG:30", + "A3": "SOUL_STRING:50", + "B1": "DARK_QUEENS_SOUL_DROP:1", + "B2": "SPIDER_QUEENS_STINGER:1", + "B3": "SOUL_STRING:50", + "C1": "", + "C2": "ENCHANTED_DARK_OAK_LOG:30", + "C3": "SOUL_STRING:50" + }, + "internalname": "STARRED_SPIDER_QUEENS_STINGER", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |