From 209567eed64707790ad15817cecb28f4c77e6292 Mon Sep 17 00:00:00 2001 From: Moulberry Date: Tue, 14 Jul 2020 17:26:55 +0800 Subject: enchanted books now have lvl identifier --- items/GOLD_ORE.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 items/GOLD_ORE.json (limited to 'items/GOLD_ORE.json') diff --git a/items/GOLD_ORE.json b/items/GOLD_ORE.json new file mode 100644 index 00000000..a5476c06 --- /dev/null +++ b/items/GOLD_ORE.json @@ -0,0 +1,12 @@ +{ + "itemid": "minecraft:gold_ore", + "displayname": "§fGold Ore", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGold Ore\"},ExtraAttributes:{id:\"GOLD_ORE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "GOLD_ORE", + "clickcommand": "", + "modver": "1.0.0" +} \ No newline at end of file -- cgit