From c253a0532aca722ec75096c7628919e0acd6cf12 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 30 Jun 2023 13:03:42 +0200 Subject: Fixed lore of pet skins, added accessory, added recipe, removed timestamp, fixed accessory in overlay, added more items and npc's (#949) * Fixed tp pad lore fixed accessory bag overlay for 2 talis * Added 1 new npc and one older npc * Added recipe and removed timestamp * Added Accessory * Added burger * Fixed rng meter values * Fixed all pet skin lores * Fixed drop chance of ench mutton * Fixed lore of murder weapon * Fixed not chicken monster breaking workflow * Add new cosmetics * Fixed Vampire Relic and Caducous steam lore * Fixed lore of netherrack * Fixed Blessed Stats * Added recipe * Added vamp slayer boss --- items/FISHERMAN_COOLER.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/FISHERMAN_COOLER.json (limited to 'items/FISHERMAN_COOLER.json') diff --git a/items/FISHERMAN_COOLER.json b/items/FISHERMAN_COOLER.json new file mode 100644 index 00000000..980df300 --- /dev/null +++ b/items/FISHERMAN_COOLER.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Fisherman\u0027s Cooler", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5ba4da5c-cc0e-334b-bd02-e20660ec2ca0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWZiZTFiZTE5ZTRmZmFiYTk3ZDYxYmVlZjdjYTMwMTBiNjI5OTZjNjQxZTU3MDg0ZmMzNjRhNmYzZWIxNDEzOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Summer Cosmetic\",2:\"\",3:\"§7This exclusive §aSummer\",4:\"§a§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Fisherman\u0027s Cooler\"},ExtraAttributes:{id:\"FISHERMAN_COOLER\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Summer Cosmetic", + "", + "§7This exclusive §aSummer", + "§a§7cosmetic can be placed on your", + "§7island or traded.", + "", + "§5§lEPIC" + ], + "internalname": "FISHERMAN_COOLER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit