From 03075e639a24db3c170c824df78daf74b1a2163f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 2 May 2021 14:49:04 +0200 Subject: Added new mm items - wiki slow moment (#482) * new items * Added parents --- items/THIRD_MASTER_STAR.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items/THIRD_MASTER_STAR.json (limited to 'items/THIRD_MASTER_STAR.json') diff --git a/items/THIRD_MASTER_STAR.json b/items/THIRD_MASTER_STAR.json new file mode 100644 index 00000000..5e7cd206 --- /dev/null +++ b/items/THIRD_MASTER_STAR.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Third Master Star", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"650a55c6-fa27-3aaf-bca8-bd331ede1122\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmY1ZGUwODcyNDg3M2ZlMGNkZTY2M2FjNTJkMWU1NDg0NzlhYzNmOGYzNmViZDAxNzE1YjcxNzFmNDgxZDUxOSJ9fX0\"}]}},display:{Lore:[0:\"§7Imbue a §c2✪§7 Dungeon Item with\",1:\"§7an additional §cMaster Star ✪§7,\",2:\"§7increasing all stats by an\",3:\"§7additional §a+5%§7 in §cMaster\",4:\"§cMode§7!\",5:\"\",6:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§f§f§5Third Master Star\"},ExtraAttributes:{id:\"THIRD_MASTER_STAR\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Imbue a §c2✪§7 Dungeon Item with", + "§7an additional §cMaster Star ✪§7,", + "§7increasing all stats by an", + "§7additional §a+5%§7 in §cMaster", + "§cMode§7!", + "", + "§5§lEPIC DUNGEON ITEM" + ], + "internalname": "THIRD_MASTER_STAR", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit