diff options
Diffstat (limited to 'items/LEATHER_BOOTS.json')
-rw-r--r-- | items/LEATHER_BOOTS.json | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/items/LEATHER_BOOTS.json b/items/LEATHER_BOOTS.json index 816ccd2a..76c3dc04 100644 --- a/items/LEATHER_BOOTS.json +++ b/items/LEATHER_BOOTS.json @@ -1,14 +1,16 @@ { "itemid": "minecraft:leather_boots", "displayname": "§fLeather Boots", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLeather Boots\"},ExtraAttributes:{id:\"LEATHER_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+5\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§f§lCOMMON BOOTS\"],Name:\"§fLeather Boots\"},ExtraAttributes:{color:\"160:101:64\",originTag:\"CRAFTING_GRID_COLLECT\",id:\"LEATHER_BOOTS\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§7Defense: §a+5", + "", + "§7§8This item can be reforged!", + "§f§lCOMMON BOOTS" ], "internalname": "LEATHER_BOOTS", - "modver": "1.3-REL", - "vanilla": true, + "crafttext": "", "clickcommand": "viewrecipe", "recipe": { "A1": "LEATHER:1", @@ -20,5 +22,8 @@ "C1": "", "C2": "", "C3": "" - } -} + }, + "modver": "2.0.0-REL", + "vanilla": true, + "infoType": "" +}
\ No newline at end of file |