diff options
author | unknown <james.jenour@protonmail.com> | 2020-03-31 22:49:36 +1100 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-03-31 22:49:36 +1100 |
commit | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (patch) | |
tree | e2bf7bc073f6036a85b58e4fad687afd63484567 /items/ENCHANTED_COAL.json | |
download | NotEnoughUpdates-REPO-94b15eb4edf2ead41d16231a26a0e8572f0e88f7.tar.gz NotEnoughUpdates-REPO-94b15eb4edf2ead41d16231a26a0e8572f0e88f7.tar.bz2 NotEnoughUpdates-REPO-94b15eb4edf2ead41d16231a26a0e8572f0e88f7.zip |
MASSIVE update
Diffstat (limited to 'items/ENCHANTED_COAL.json')
-rw-r--r-- | items/ENCHANTED_COAL.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/ENCHANTED_COAL.json b/items/ENCHANTED_COAL.json new file mode 100644 index 00000000..658ab8e0 --- /dev/null +++ b/items/ENCHANTED_COAL.json @@ -0,0 +1,16 @@ +{ + "internalname": "ENCHANTED_COAL", + "itemid": "minecraft:coal", + "displayname": "Enchanted Coal", + "clickcommand": "viewrecipe", + "damage": 0, + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7increases the speed of\",1:\"§7your minion by §a10%§7\",2:\"§7for 24 hours§7!\",3:\"\",4:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Coal\"},ExtraAttributes:{id:\"ENCHANTED_COAL\"}}", + "modver": "1.0.0", + "lore": [ + "§7increases the speed of", + "§7your minion by §a10%§7", + "§7for 24 hours§7!", + "", + "§a§lUNCOMMON" + ] +}
\ No newline at end of file |