diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-15 01:32:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-15 00:32:18 +0000 |
commit | cf2ad629853bf5b652c016afb71d37bd0a877c1d (patch) | |
tree | f19da87b45997c900101726eee7c07c3f88c1af3 /items/PESTHUNTER_RING.json | |
parent | e46bd6bb474c982515d8e9df3c6ae6e21fda1b97 (diff) | |
download | NotEnoughUpdates-REPO-cf2ad629853bf5b652c016afb71d37bd0a877c1d.tar.gz NotEnoughUpdates-REPO-cf2ad629853bf5b652c016afb71d37bd0a877c1d.tar.bz2 NotEnoughUpdates-REPO-cf2ad629853bf5b652c016afb71d37bd0a877c1d.zip |
Added some of the alpha items (#1035)
* Added some of the alpha items
* Added new sakc and museum items
Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
* Added new items
* Fixed Pesthunter Badge in parents
* Added missing garden update items
---------
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'items/PESTHUNTER_RING.json')
-rw-r--r-- | items/PESTHUNTER_RING.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/PESTHUNTER_RING.json b/items/PESTHUNTER_RING.json new file mode 100644 index 00000000..fa268f1c --- /dev/null +++ b/items/PESTHUNTER_RING.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Pesthunter Ring", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"597e2013-ab66-3af2-87eb-78b6d6452cc1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5OTU4Njk2NTg1NiwKICAicHJvZmlsZUlkIiA6ICI4YWFlYTdlYjViOWM0ZWEwODUxNWU3MDhhZGIxODBkNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJNYVBhODA3MTEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWQwNmI3NGQ2YmQwMmI3OTVmN2JjYmYxN2FjM2I3N2QzYmM1N2I2OTVhOGQ1NGExNzcwYzc2ZTg0ODk2YzhmOCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Bonus Pest Chance: §a+40%\",1:\"\",2:\"§8§l* §8Co-op Soulbound §8§l*\",3:\"§9§lRARE ACCESSORY\",4:\"\",5:\"§7Cost\",6:\"§648,500 Coins\",7:\"§aPesthunter Badge\",8:\"\",9:\"§7§cRequires 100 Pests exchanged\",10:\"§cwith Phillip!\"],Name:\"§9Pesthunter Ring\"},ExtraAttributes:{id:\"PESTHUNTER_RING\"}}", + "damage": 3, + "lore": [ + "§7Bonus Pest Chance: §a+40%", + "", + "§8§l* §8Co-op Soulbound §8§l*", + "§9§lRARE ACCESSORY", + "", + "§7Cost", + "§648,500 Coins", + "§aPesthunter Badge", + "", + "§7§cRequires 100 Pests exchanged", + "§cwith Phillip!" + ], + "internalname": "PESTHUNTER_RING", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |