diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-05-02 14:49:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-02 08:49:04 -0400 |
commit | 03075e639a24db3c170c824df78daf74b1a2163f (patch) | |
tree | dbc38ee54e5eb43bbf391fec7c886a762c285c4f /items/MASTER_SKULL_TIER_1.json | |
parent | a8336480974df3c6decc714bfb348fe9d8a1b567 (diff) | |
download | NotEnoughUpdates-REPO-03075e639a24db3c170c824df78daf74b1a2163f.tar.gz NotEnoughUpdates-REPO-03075e639a24db3c170c824df78daf74b1a2163f.tar.bz2 NotEnoughUpdates-REPO-03075e639a24db3c170c824df78daf74b1a2163f.zip |
Added new mm items - wiki slow moment (#482)
* new items
* Added parents
Diffstat (limited to 'items/MASTER_SKULL_TIER_1.json')
-rw-r--r-- | items/MASTER_SKULL_TIER_1.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/MASTER_SKULL_TIER_1.json b/items/MASTER_SKULL_TIER_1.json new file mode 100644 index 00000000..80c3ac05 --- /dev/null +++ b/items/MASTER_SKULL_TIER_1.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fMaster Skull - Tier 1", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"217e9bd0-6e64-3867-bb54-17d186acbe03\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDQ4OTM1NTA5YjVkZWUxZTBkYWEyOGY1MWEzY2M3NDFiMmIyZTE4YjRlZmExYWFiNTg4M2E1Mzc4NjIzIn19fQ\"}]}},display:{Lore:[0:\"§7Grants §a+1% §c§c❤ Health§7 and\",1:\"§7§c§c❁ Strength§7 while in\",2:\"§7§cMaster Mode§7 Dungeons.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§f§lCOMMON DUNGEON ACCESSORY\"],Name:\"§fMaster Skull - Tier 1\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"MASTER_SKULL_TIER_1\",uuid:\"91faaea2-82f7-4d3e-ae83-828806c96680\",timestamp:\"5/2/21 3:13 AM\"}}", + "damage": 3, + "lore": [ + "§7Grants §a+1% §c§c❤ Health§7 and", + "§7§c§c❁ Strength§7 while in", + "§7§cMaster Mode§7 Dungeons.", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§f§lCOMMON DUNGEON ACCESSORY" + ], + "internalname": "MASTER_SKULL_TIER_1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |