diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-02-24 13:56:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-24 13:56:05 +0100 |
commit | 8902ea8ce1d07da998a98311a0bb09041ef3af55 (patch) | |
tree | 90be8ed29d6f8e1c801b6c4892eb375f18336193 /items/FROG_BARN_SKIN.json | |
parent | 2aea3954dfc2970029380f49fdba37673060cc75 (diff) | |
download | NotEnoughUpdates-REPO-8902ea8ce1d07da998a98311a0bb09041ef3af55.tar.gz NotEnoughUpdates-REPO-8902ea8ce1d07da998a98311a0bb09041ef3af55.tar.bz2 NotEnoughUpdates-REPO-8902ea8ce1d07da998a98311a0bb09041ef3af55.zip |
Added 2 new dyes, added flame dye/koi to drops and fixed lava blaze a… (#903)
* Added 2 new dyes, added flame dye/koi to drops and fixed lava blaze and pigman drops
* wtf branch name wrong!1!1!1!
* Added new barn skin
Diffstat (limited to 'items/FROG_BARN_SKIN.json')
-rw-r--r-- | items/FROG_BARN_SKIN.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/FROG_BARN_SKIN.json b/items/FROG_BARN_SKIN.json new file mode 100644 index 00000000..77efae3d --- /dev/null +++ b/items/FROG_BARN_SKIN.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Frog Barn Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"dad5702d-cf45-3bb7-a285-087127639d5f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY3NzA5Mjg2Mjc0MiwKICAicHJvZmlsZUlkIiA6ICIwODFiZTAxZmZlMmU0ODMyODI3MDIwMjBlNmI1M2ExNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJMeXJpY1BsYXRlMjUyNDIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTU1YzFiYTg5ODM5OGY5NWZjZTNjODE5MjRkY2Y1Nzc2NzAxY2YyMGRlOWZlOTEwNjE4ZDU4MzliYTRiMzVhNyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7§7Consume this item to unlock\",1:\"§7the §6Frog Barn Skin §7on the\",2:\"§7§bGarden§7!\",3:\"\",4:\"§eClick to consume!\",5:\"\",6:\"§6§lLEGENDARY COSMETIC\"],Name:\"§6Frog Barn Skin\"},ExtraAttributes:{id:\"FROG_BARN_SKIN\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Consume this item to unlock", + "§7the §6Frog Barn Skin §7on the", + "§7§bGarden§7!", + "", + "§eClick to consume!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "FROG_BARN_SKIN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |