From cd8bab69c2bb27b4c5881820a54fc3dd6dc8504d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:35:37 +0100 Subject: Removed recipes from books, fixed some other shit, added item and npc's (#1101) --- items/SPIDER_EGG_MIXIN.json | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'items/SPIDER_EGG_MIXIN.json') diff --git a/items/SPIDER_EGG_MIXIN.json b/items/SPIDER_EGG_MIXIN.json index d48fe3b6..e494f584 100644 --- a/items/SPIDER_EGG_MIXIN.json +++ b/items/SPIDER_EGG_MIXIN.json @@ -1,19 +1,26 @@ { "itemid": "minecraft:skull", "displayname": "§9Spider Egg Mixin", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"70d266cd-490d-32c2-9bc9-e0f123f448a1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTVhYzVlMzllYTUxMWFmMWU3YWIxYzU5NTZkMTYxNWY3ZWJiNmYyMjZhNGVkMzM5NGM2YTBiNGM2YTZkMTA2ZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Brewing Ingredient\",1:\"\",2:\"§7§7Mixins provide a buff\",3:\"§7that can be added to §cGod\",4:\"§cPotions §7in a brewing\",5:\"§7stand and lasts for the\",6:\"§7full duration.\",7:\"\",8:\"§7Gain §a5% §7dodge chance!\",9:\"\",10:\"§7§4☠ §cRequires §5Spider Slayer 8§c.\",11:\"§9§lRARE\"],Name:\"§9Spider Egg Mixin\"},ExtraAttributes:{id:\"SPIDER_EGG_MIXIN\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"70d266cd-490d-32c2-9bc9-e0f123f448a1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTVhYzVlMzllYTUxMWFmMWU3YWIxYzU5NTZkMTYxNWY3ZWJiNmYyMjZhNGVkMzM5NGM2YTBiNGM2YTZkMTA2ZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§8Brewing Ingredient\",1:\"\",2:\"§7§7Mixins provide a buff that can be\",3:\"§7added to §cGod Potions §7in a brewing\",4:\"§7stand and lasts for the full duration.\",5:\"\",6:\"§7Gain §a5% §7dodge chance!\",7:\"\",8:\"§7Duration: §a§k28§ah §k48§am\",9:\" §a+§k12§ah §7Default\",10:\" §a+§k12§ah §bAlchemy Level\",11:\" §ax§k1§a.§k2§r §6Parrot Pet\",12:\"\",13:\"§7The duration of Mixins can be stacked!\",14:\"\",15:\"§7§eRight-click to consume!\",16:\"\",17:\"§7§4☠ §cRequires §5Spider Slayer 8§c.\",18:\"§9§lRARE\"],Name:\"§9Spider Egg Mixin\"},ExtraAttributes:{id:\"SPIDER_EGG_MIXIN\"}}", "damage": 3, "lore": [ - "§8Brewing Ingredient", + "§7§8Brewing Ingredient", "", - "§7§7Mixins provide a buff", - "§7that can be added to §cGod", - "§cPotions §7in a brewing", - "§7stand and lasts for the", - "§7full duration.", + "§7§7Mixins provide a buff that can be", + "§7added to §cGod Potions §7in a brewing", + "§7stand and lasts for the full duration.", "", "§7Gain §a5% §7dodge chance!", "", + "§7Duration: §a§k28§ah §k48§am", + " §a+§k12§ah §7Default", + " §a+§k12§ah §bAlchemy Level", + " §ax§k1§a.§k2§r §6Parrot Pet", + "", + "§7The duration of Mixins can be stacked!", + "", + "§7§eRight-click to consume!", + "", "§7§4☠ §cRequires §5Spider Slayer 8§c.", "§9§lRARE" ], -- cgit