From 28538e471e025c536def28a6dea6d6a662e0a8c2 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 2 Mar 2022 05:10:46 +0100 Subject: Adding some new items and fixed Farm Armor, also added new info to 2 mobs (#692) * puh * gottem --- items/DUNGEON_DISC_4.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items/DUNGEON_DISC_4.json (limited to 'items/DUNGEON_DISC_4.json') diff --git a/items/DUNGEON_DISC_4.json b/items/DUNGEON_DISC_4.json new file mode 100644 index 00000000..8fb9ca97 --- /dev/null +++ b/items/DUNGEON_DISC_4.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:record_11", + "displayname": "§f§f§6Old Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Place this inside a jukebox to\",1:\"§7play a dungeon song!\",2:\"\",3:\"§6The Wither King\",4:\" §7By ShinkoNet\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§f§f§6Old Disc\"},ExtraAttributes:{id:\"DUNGEON_DISC_4\"}}", + "damage": 0, + "lore": [ + "§7Place this inside a jukebox to", + "§7play a dungeon song!", + "", + "§6The Wither King", + " §7By ShinkoNet", + "", + "§6§lLEGENDARY" + ], + "internalname": "DUNGEON_DISC_4", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit