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/PEST_REPELLENT_MAX.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/PEST_REPELLENT_MAX.json')
-rw-r--r-- | items/PEST_REPELLENT_MAX.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/PEST_REPELLENT_MAX.json b/items/PEST_REPELLENT_MAX.json new file mode 100644 index 00000000..d9712e00 --- /dev/null +++ b/items/PEST_REPELLENT_MAX.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Pest Repellent MAX", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6787a947-450a-351d-adec-f7a5740a704d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5OTYzMDQyMDg5NiwKICAicHJvZmlsZUlkIiA6ICI3NTA5NzZmODRmMDE0NWFhYTc0MzAwYWJhMzc5MTIzNCIsCiAgInByb2ZpbGVOYW1lIiA6ICIwY2hlYXRzIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzE2NDA0NWI0YmViYjZiNzI2YzYzMzE4NGU1OGYxYWE0NDMxZDk5YmM1YzhjYmU1MGQyNGEwMWFmNTMzODYxMzkiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Consume to cover yourself in a\",1:\"§7pleasant aroma that §6Pests\",2:\"§6§7find truly revolting for\",3:\"§7§a60m§7.\",4:\"\",5:\"§7While active, §6Pests §7will\",6:\"§7take §a4x §7as long to spawn.\",7:\"\",8:\"§eRight-click to consume!\",9:\"\",10:\"§9§lRARE\",11:\"\",12:\"§7Cost\",13:\"§c40 Copper\"],Name:\"§9Pest Repellent MAX\"},ExtraAttributes:{id:\"PEST_REPELLENT_MAX\"}}", + "damage": 3, + "lore": [ + "§7Consume to cover yourself in a", + "§7pleasant aroma that §6Pests", + "§6§7find truly revolting for", + "§7§a60m§7.", + "", + "§7While active, §6Pests §7will", + "§7take §a4x §7as long to spawn.", + "", + "§eRight-click to consume!", + "", + "§9§lRARE", + "", + "§7Cost", + "§c40 Copper" + ], + "internalname": "PEST_REPELLENT_MAX", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |