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_BADGE.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_BADGE.json')
-rw-r--r-- | items/PESTHUNTER_BADGE.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/PESTHUNTER_BADGE.json b/items/PESTHUNTER_BADGE.json new file mode 100644 index 00000000..260ea321 --- /dev/null +++ b/items/PESTHUNTER_BADGE.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aPesthunter Badge", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b7422a07-230c-31bd-acad-be57c3d507c4\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5OTU4NzAzMjUyOSwKICAicHJvZmlsZUlkIiA6ICJhYmRiNTFhYjE0Njk0Y2ZkYWU5ZjliNzFiZWJmYWI2YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJZYW5ub3VfXyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9iNGYxZjBjZjNhZGI0YWRjNmI5OTZmZjljYjRlNmQ5ZDg5MTJlMGE1YWI4NTFjMzY2YzhiZmJkYWY4YjJlZjA0IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Bonus Pest Chance: §a+20%\",1:\"\",2:\"§8§l* §8Co-op Soulbound §8§l*\",3:\"§a§lUNCOMMON ACCESSORY\",4:\"\",5:\"§7Cost\",6:\"§619,400 Coins\",7:\"\",8:\"§7§cRequires 25 Pests exchanged\",9:\"§cwith Phillip!\"],Name:\"§aPesthunter Badge\"},ExtraAttributes:{id:\"PESTHUNTER_BADGE\"}}", + "damage": 3, + "lore": [ + "§7Bonus Pest Chance: §a+20%", + "", + "§8§l* §8Co-op Soulbound §8§l*", + "§a§lUNCOMMON ACCESSORY", + "", + "§7Cost", + "§619,400 Coins", + "", + "§7§cRequires 25 Pests exchanged", + "§cwith Phillip!" + ], + "internalname": "PESTHUNTER_BADGE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |