From fa3f6b97ade8b7726255b346da2554c050a31dd2 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal002@users.noreply.github.com> Date: Wed, 1 May 2024 13:04:00 +0200 Subject: Fix: Enchanted Coal Block (#1186) * fix outdated name * consistent nbt tag --------- Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- items/ENCHANTED_COAL_BLOCK.json | 4 ++-- 1 file 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" -- cgit