From 54fedb67b2a234a91f6ff63068751fc80c15c60a Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 10 Sep 2022 03:40:40 +0200 Subject: water, dirt, fire, air (#813) --- items/GILLSPLASH_GLOVES.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 items/GILLSPLASH_GLOVES.json (limited to 'items/GILLSPLASH_GLOVES.json') diff --git a/items/GILLSPLASH_GLOVES.json b/items/GILLSPLASH_GLOVES.json new file mode 100644 index 00000000..e334c565 --- /dev/null +++ b/items/GILLSPLASH_GLOVES.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Gillsplash Gloves", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"19a1cf28-1227-3546-a355-86384a02a464\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MjU1OTQ2NDQzNiwKICAicHJvZmlsZUlkIiA6ICJiNTM5NTkyMjMwY2I0MmE0OWY5YTRlYmYxNmRlOTYwYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJtYXJpYW5hZmFnIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzZmNWNiNDAxMjM5YTM0MTA2MzJjMWJmMDQwYzliNmIyNDkyZDI4MTliODhhMzYzMmYxZGUzZTBjZWVjMDg4MTIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Fishing Speed: §a+12\",2:\"§7Health Regen: §a+2\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§6§lLEGENDARY GLOVES\"],Name:\"§6Gillsplash Gloves\"},ExtraAttributes:{id:\"GILLSPLASH_GLOVES\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+20", + "§7Fishing Speed: §a+12", + "§7Health Regen: §a+2", + "", + "§7§8This item can be reforged!", + "§8§l* §8Co-op Soulbound §8§l*", + "§6§lLEGENDARY GLOVES" + ], + "recipe": { + "A1": "MAGMA_FISH_DIAMOND:1", + "A2": "FINWAVE_GLOVES:1", + "A3": "MAGMA_FISH_DIAMOND:1", + "B1": "LAVA_SHELL:1", + "B2": "LAVA_SHELL:1", + "B3": "LAVA_SHELL:1", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "GILLSPLASH_GLOVES", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "" +} \ No newline at end of file -- cgit