diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-05 16:52:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-05 10:52:10 -0400 |
commit | 325d03e7812c8f85d9c476b9d778d36950dfbb01 (patch) | |
tree | b9b7a095386dabc75fd9437cce95fc782aa103e1 /items/FLAMEBREAKER_CHESTPLATE.json | |
parent | 8d46f98a23461a04fae955fef1c6c597f275c02e (diff) | |
download | NotEnoughUpdates-REPO-325d03e7812c8f85d9c476b9d778d36950dfbb01.tar.gz NotEnoughUpdates-REPO-325d03e7812c8f85d9c476b9d778d36950dfbb01.tar.bz2 NotEnoughUpdates-REPO-325d03e7812c8f85d9c476b9d778d36950dfbb01.zip |
Small Stuff (#510)
* Small Stuff
* Another Rainbow Name
* New Item and a fix
* Other fixes
* Another one
* Added Item and fixed one
* I love commit messages
* Another Rainbow Name
* Rainbow Name
* Rainbow Name
* yep
* Stuff
Diffstat (limited to 'items/FLAMEBREAKER_CHESTPLATE.json')
-rw-r--r-- | items/FLAMEBREAKER_CHESTPLATE.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/items/FLAMEBREAKER_CHESTPLATE.json b/items/FLAMEBREAKER_CHESTPLATE.json new file mode 100644 index 00000000..26cd1602 --- /dev/null +++ b/items/FLAMEBREAKER_CHESTPLATE.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:chainmail_chestplate", + "displayname": "§f§f§5Flamebreaker Chestplate", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Mining Speed: §a+25\",1:\"§7Mining Fortune: §a+10\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§5§lEPIC CHESTPLATE\"],Name:\"§f§f§5Flamebreaker Chestplate\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"FLAMEBREAKER_CHESTPLATE\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Mining Speed: §a+25", + "§7Mining Fortune: §a+10", + "", + "§7§8This item can be reforged!", + "§5§lEPIC CHESTPLATE" + ], + "internalname": "FLAMEBREAKER_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |