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/ATMOSPHERIC_FILTER.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/ATMOSPHERIC_FILTER.json')
-rw-r--r-- | items/ATMOSPHERIC_FILTER.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/ATMOSPHERIC_FILTER.json b/items/ATMOSPHERIC_FILTER.json new file mode 100644 index 00000000..4bff0b97 --- /dev/null +++ b/items/ATMOSPHERIC_FILTER.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Atmospheric Filter", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"10a6055d-c660-307a-91f6-42ac0c0e59ce\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5Njk0NTA0NTgxMCwKICAicHJvZmlsZUlkIiA6ICI0NDAzZGM1NDc1YmM0YjE1YTU0OGNmZGE2YjBlYjdkOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTa3lSZWFsbVNwaWVsZXIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDNjZjVjZDkyYzFiYTBhN2Q3YmIxZjg3MmNjZGI5NTFjYTg5N2QzNDAwNDA0NTdhMzI0MjcxNjA2YzViYmM1NiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7While on your §bGarden§7, grants\",1:\"§7a buff depending on the current\",2:\"§7SkyBlock season.\",3:\" §8✧ §dSpring\",4:\" §7Grants §6+25☘ Farming Fortune§7.\",5:\" §8✧ §6Summer\",6:\" §7Grants §3+20☯ Farming Wisdom§7.\",7:\" §8✧ §eAutumn\",8:\" §7Pests spawn §a15% §7more often.\",9:\" §a✦ §9Winter\",10:\" §7Visitors give §a5% §7more Copper.\",11:\"\",12:\"§9§lRARE ACCESSORY\"],Name:\"§f§f§9Atmospheric Filter\"},ExtraAttributes:{id:\"ATMOSPHERIC_FILTER\"}}", + "damage": 3, + "lore": [ + "§7While on your §bGarden§7, grants", + "§7a buff depending on the current", + "§7SkyBlock season.", + " §8✧ §dSpring", + " §7Grants §6+25☘ Farming Fortune§7.", + " §8✧ §6Summer", + " §7Grants §3+20☯ Farming Wisdom§7.", + " §8✧ §eAutumn", + " §7Pests spawn §a15% §7more often.", + " §a✦ §9Winter", + " §7Visitors give §a5% §7more Copper.", + "", + "§9§lRARE ACCESSORY" + ], + "internalname": "ATMOSPHERIC_FILTER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |