diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-03 15:28:59 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-03 15:28:59 -0400 |
commit | fda898157180835ef537d70e5137f108a61c7bed (patch) | |
tree | eab66b43c47cc4a7aec2c55040b11b7a73a79863 /items/PERFECT_FORGE.json | |
parent | 53df26bfed360f90f5eed3947e854606138888c7 (diff) | |
download | NotEnoughUpdates-REPO-fda898157180835ef537d70e5137f108a61c7bed.tar.gz NotEnoughUpdates-REPO-fda898157180835ef537d70e5137f108a61c7bed.tar.bz2 NotEnoughUpdates-REPO-fda898157180835ef537d70e5137f108a61c7bed.zip |
More dungeon stuff| also added some more parenting
Diffstat (limited to 'items/PERFECT_FORGE.json')
-rw-r--r-- | items/PERFECT_FORGE.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/items/PERFECT_FORGE.json b/items/PERFECT_FORGE.json new file mode 100644 index 00000000..1721b8e5 --- /dev/null +++ b/items/PERFECT_FORGE.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Reinforced Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"cc553c34-157d-3183-bdf2-fee34b8b68e4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODU1YjcyZjUyOWY5YmQzM2E2ZWMxZGYxNmYxN2YwNTRkZWNlNmI1NTNjMjFkMjg2YWQ0ZTkzZmM2NTgxNDdkMyJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§aPerfect Helmet\",7:\"\",8:\"§6§lLEGENDARY COSMETIC\"],Name:\"§6Reinforced Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PERFECT_FORGE\",uuid:\"574782fc-33fc-4269-ac1e-d531f40c4247\",timestamp:\"10/3/20 12:13 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Armor skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§aPerfect Helmet", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "PERFECT_FORGE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file |