diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-13 20:46:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 14:46:53 -0500 |
commit | 5b915988210e6e922e4f72bfa9bd7525c8e5e68b (patch) | |
tree | f2a3fcbdc30423da62607212101066890d604730 /items/BOSS_SPIRIT_BOW.json | |
parent | 9c4b82a13a5ae68fa21a255f9a0558845cd90a53 (diff) | |
download | NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.tar.gz NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.tar.bz2 NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.zip |
Fixed Things and Added Things (#437)
* Added a weird Item, fixed Items and Pets
* Added Parent for Rev Minion, fixed Reforge Stone, and fixed Parrot/Black Cat
* Fixed Triple Strike
* Update Thorn
Diffstat (limited to 'items/BOSS_SPIRIT_BOW.json')
-rw-r--r-- | items/BOSS_SPIRIT_BOW.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/items/BOSS_SPIRIT_BOW.json b/items/BOSS_SPIRIT_BOW.json new file mode 100644 index 00000000..70c06b6b --- /dev/null +++ b/items/BOSS_SPIRIT_BOW.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:bow", + "displayname": "§f§f§5Spirit Bow", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7An extremely fragile but\",1:\"§7powerful bow, capable of\",2:\"§7damaging §cThorn§7, despite\",3:\"§7him being a spirit!\"],Name:\"§f§f§5Spirit Bow\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"BOSS_SPIRIT_BOW\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7An extremely fragile but", + "§7powerful bow, capable of", + "§7damaging §cThorn§7, despite", + "§7him being a spirit!" + ], + "internalname": "BOSS_SPIRIT_BOW", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |