diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-16 16:44:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-16 10:44:33 -0500 |
commit | 4f409943c6eed9fb75ed765517d5b9b66e1a5440 (patch) | |
tree | ac143d513b487634983baa74b64876a58f84b601 /items/SORROW_BOOTS.json | |
parent | 8e84828b5d15b44345912d3821ae192b5f323eb5 (diff) | |
download | NotEnoughUpdates-REPO-4f409943c6eed9fb75ed765517d5b9b66e1a5440.tar.gz NotEnoughUpdates-REPO-4f409943c6eed9fb75ed765517d5b9b66e1a5440.tar.bz2 NotEnoughUpdates-REPO-4f409943c6eed9fb75ed765517d5b9b66e1a5440.zip |
Added new Items from the Mining Update (#358)
* Added new Items
* Forgot one Items brrr
Diffstat (limited to 'items/SORROW_BOOTS.json')
-rw-r--r-- | items/SORROW_BOOTS.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/SORROW_BOOTS.json b/items/SORROW_BOOTS.json new file mode 100644 index 00000000..ea2f09fd --- /dev/null +++ b/items/SORROW_BOOTS.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:chainmail_boots", + "displayname": "§f§f§9Sorrow Boots", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7Mining Speed: §a+50\",2:\"§7Mining Fortune: §a+20\",3:\"\",4:\"§6Item Ability: Mist Aura\",5:\"§7Hides the wearer in a guise of\",6:\"§7mist.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE BOOTS\"],Name:\"§f§f§9Sorrow Boots\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"SORROW_BOOTS\",uuid:\"f09bf6a2-c4e8-4ba1-ab0c-310ed405b46f\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Magic Find: §a+5", + "§7Mining Speed: §a+50", + "§7Mining Fortune: §a+20", + "", + "§6Item Ability: Mist Aura", + "§7Hides the wearer in a guise of", + "§7mist.", + "", + "§7§8This item can be reforged!", + "§9§lRARE BOOTS" + ], + "internalname": "SORROW_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +} |