diff options
Diffstat (limited to 'items/SPONGE_BOOTS.json')
-rw-r--r-- | items/SPONGE_BOOTS.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/items/SPONGE_BOOTS.json b/items/SPONGE_BOOTS.json new file mode 100644 index 00000000..5ed57015 --- /dev/null +++ b/items/SPONGE_BOOTS.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§5Spongy Shoes", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+60\",1:\"\",2:\"§6Full Set Bonus: Absorb\",3:\"§7§9Doubles§7 your §a❈ Defense§7\",4:\"§7while in water.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§5§lEPIC BOOTS\",8:\"\",9:\"§eClick to view recipe!\"],color:16768081,Name:\"§5Spongy Shoes\"},ExtraAttributes:{id:\"SPONGE_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+60", + "", + "§6Full Set Bonus: Absorb", + "§7§9Doubles§7 your §a❈ Defense§7", + "§7while in water.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC BOOTS" + ], + "internalname": "SPONGE_BOOTS", + "clickcommand": "viewrecipe", + "modver": "1.0.0" +}
\ No newline at end of file |