diff options
author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2024-05-01 13:04:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-01 11:04:00 +0000 |
commit | fa3f6b97ade8b7726255b346da2554c050a31dd2 (patch) | |
tree | 449a7f477f7579c7fa2029ecc4b6073ac414bcb9 /items/ENCHANTED_COAL_BLOCK.json | |
parent | 1c27a20017159601e476630aa6756472ede53afa (diff) | |
download | NotEnoughUpdates-REPO-fa3f6b97ade8b7726255b346da2554c050a31dd2.tar.gz NotEnoughUpdates-REPO-fa3f6b97ade8b7726255b346da2554c050a31dd2.tar.bz2 NotEnoughUpdates-REPO-fa3f6b97ade8b7726255b346da2554c050a31dd2.zip |
Fix: Enchanted Coal Block (#1186)
* fix outdated name
* consistent nbt tag
---------
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'items/ENCHANTED_COAL_BLOCK.json')
-rw-r--r-- | items/ENCHANTED_COAL_BLOCK.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/ENCHANTED_COAL_BLOCK.json b/items/ENCHANTED_COAL_BLOCK.json index 78aa9847..47bc2389 100644 --- a/items/ENCHANTED_COAL_BLOCK.json +++ b/items/ENCHANTED_COAL_BLOCK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:coal_block", - "displayname": "§9Enchanted Block of Coal", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Enchanted Block of Coal\"},ExtraAttributes:{id:\"ENCHANTED_COAL_BLOCK\"}}", + "displayname": "§9Enchanted Coal Block", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Enchanted Coal Block\"},ExtraAttributes:{id:\"ENCHANTED_COAL_BLOCK\"}}", "damage": 0, "lore": [ "§9§lRARE" |