diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-24 23:17:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-24 17:17:32 -0500 |
commit | d02431823f7228c7bb693602720324bc3da05665 (patch) | |
tree | cbae9d6ec83962e82a120e9463ebb0f6c051bc35 /items/DEAD_BUSH_OF_LOVE.json | |
parent | c3a4612bb1e9bf02c2cc14051d2c5df9c8589ae0 (diff) | |
download | NotEnoughUpdates-REPO-d02431823f7228c7bb693602720324bc3da05665.tar.gz NotEnoughUpdates-REPO-d02431823f7228c7bb693602720324bc3da05665.tar.bz2 NotEnoughUpdates-REPO-d02431823f7228c7bb693602720324bc3da05665.zip |
Added Things, Fixed Things (#373)
- Added Dead Bush of Love (ty efe)
- Added Titanium Relic
- Added Wiki Links
- Added X355 Drill
- Fixed 2 Fairy Souls (wtf)
Diffstat (limited to 'items/DEAD_BUSH_OF_LOVE.json')
-rw-r--r-- | items/DEAD_BUSH_OF_LOVE.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/DEAD_BUSH_OF_LOVE.json b/items/DEAD_BUSH_OF_LOVE.json new file mode 100644 index 00000000..f36d028f --- /dev/null +++ b/items/DEAD_BUSH_OF_LOVE.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:deadbush", + "displayname": "§dDead Bush of Love", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7This item was given to the kind\",1:\"§7souls who helped so much testing\",2:\"§7SkyBlock! Much love §c❤\",3:\"\",4:\"§d§lSPECIAL\"],Name:\"§dDead Bush of Love\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"DEAD_BUSH_OF_LOVE\",uuid:\"d8fc2526-0ff9-4aa2-93ac-fd38732f4cc3\"}}", + "damage": 0, + "lore": [ + "§7This item was given to the kind", + "§7souls who helped so much testing", + "§7SkyBlock! Much love §c❤", + "", + "§d§lSPECIAL" + ], + "internalname": "DEAD_BUSH_OF_LOVE", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dead_Bush_of_Love" + ] +}
\ No newline at end of file |