diff options
Diffstat (limited to 'items/SPONGE_BELT.json')
-rw-r--r-- | items/SPONGE_BELT.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/SPONGE_BELT.json b/items/SPONGE_BELT.json new file mode 100644 index 00000000..a8d6f312 --- /dev/null +++ b/items/SPONGE_BELT.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aSponge Belt", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d5a62f96-b3a1-345c-9113-7177b0dff49c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwMzE5NDYwMjk4MiwKICAicHJvZmlsZUlkIiA6ICIxZjgyNTE2M2U0NDY0YjI2OTZlOTcwNzQxOTZiNTYwOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVCZXN0RGFkMSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8yNTkxMzMwNWNmNzMyMjMzOTg1MWEwOWRmOTljZjc0MGY5ZTU4ZDQ4ZTZiN2RhNDM5MzAzNTNhMTY1OTQzMTgzIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Sea Creature Chance: §c+0.5%\",1:\"§7Health: §a+5\",2:\"\",3:\"§6Full Set Bonus: Fisherman Set §7(0/4)\",4:\"§7Receive §a-5% §7damage from Sea\",5:\"§7Creatures.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§a§lUNCOMMON BELT\"],Name:\"§aSponge Belt\"},ExtraAttributes:{id:\"SPONGE_BELT\"}}", + "damage": 3, + "lore": [ + "§7Sea Creature Chance: §c+0.5%", + "§7Health: §a+5", + "", + "§6Full Set Bonus: Fisherman Set §7(0/4)", + "§7Receive §a-5% §7damage from Sea", + "§7Creatures.", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON BELT" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "SPONGE:16", + "B2": "", + "B3": "SPONGE:16", + "C1": "SPONGE:16", + "C2": "ENCHANTED_SPONGE:6", + "C3": "SPONGE:16" + }, + "internalname": "SPONGE_BELT", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "Requires: Sponge VII", + "infoType": "" +}
\ No newline at end of file |