diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-10 03:40:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-10 11:40:40 +1000 |
commit | 54fedb67b2a234a91f6ff63068751fc80c15c60a (patch) | |
tree | c6c347b089cdbb0687135a636607a93869ed72b8 /items/WINTER_WATER_ORB.json | |
parent | 06200f5b7004f57e1b703d0ad2047d4536b41770 (diff) | |
download | NotEnoughUpdates-REPO-54fedb67b2a234a91f6ff63068751fc80c15c60a.tar.gz NotEnoughUpdates-REPO-54fedb67b2a234a91f6ff63068751fc80c15c60a.tar.bz2 NotEnoughUpdates-REPO-54fedb67b2a234a91f6ff63068751fc80c15c60a.zip |
water, dirt, fire, air (#813)
Diffstat (limited to 'items/WINTER_WATER_ORB.json')
-rw-r--r-- | items/WINTER_WATER_ORB.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/items/WINTER_WATER_ORB.json b/items/WINTER_WATER_ORB.json new file mode 100644 index 00000000..759e96b8 --- /dev/null +++ b/items/WINTER_WATER_ORB.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Winter Water Orb", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"41607c0b-a731-32d9-8fe3-5e12b1a92b8d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTYwYTg3NWY1N2UzNjcwMDdmMmMxY2YwMDc3N2NiNDFmOTBlZmUyMDdmMDM5Y2MyOWQ3NmI1OGI4ZDg1MTJkIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"§7A collection of frozen\",2:\"§7substances, potentially\",3:\"§7including ice cream.\",4:\"\",5:\"§6§lLEGENDARY\"],Name:\"§6Winter Water Orb\"},ExtraAttributes:{id:\"WINTER_WATER_ORB\"}}", + "damage": 3, + "lore": [ + "§eRight-click to view recipes!", + "§7A collection of frozen", + "§7substances, potentially", + "§7including ice cream.", + "", + "§6§lLEGENDARY" + ], + "recipe": { + "A1": "ICE_HUNK:32", + "A2": "ENCHANTED_SNOW_BLOCK:64", + "A3": "ICE_HUNK:32", + "B1": "WHITE_GIFT:64", + "B2": "WATER_ORB:1", + "B3": "GREEN_GIFT:8", + "C1": "ICE_HUNK:32", + "C2": "BLUE_ICE_HUNK:16", + "C3": "ICE_HUNK:32" + }, + "internalname": "WINTER_WATER_ORB", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |