From 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 19 Oct 2022 09:14:54 +0200 Subject: NEU 2.1 Things (#660) Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Co-authored-by: nea Co-authored-by: efefury <69400149+efefury@users.noreply.github.com> --- items/WOOD_SINGULARITY.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'items/WOOD_SINGULARITY.json') diff --git a/items/WOOD_SINGULARITY.json b/items/WOOD_SINGULARITY.json index 2e284e90..5236807a 100644 --- a/items/WOOD_SINGULARITY.json +++ b/items/WOOD_SINGULARITY.json @@ -5,7 +5,7 @@ "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d1b4c7be-3c99-35cd-9e99-24469b28f7cf\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2FkNTdkMWY2MDQ3OGFmNmFlMWI2YjFjMjhjZWU1MzRkNWRiYjhjOGNhYjg3OTYzZTljMmVmMGM2YWM1OCJ9fX0=\"}]}},display:{Lore:[0:\"§7Combine this seriously large\",1:\"§7pile of wood in an Anvil with\",2:\"§7any §6wooden §7sword to add\",3:\"§7§c+100❁ Strength §7to it!\",4:\"§8Can only be applied once.\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§6Wood Singularity\"},ExtraAttributes:{id:\"WOOD_SINGULARITY\"}}", - "modver": "1.0.0", + "modver": "2.1.0-REL", "lore": [ "§7Combine this seriously large", "§7pile of wood in an Anvil with", @@ -17,6 +17,14 @@ ], "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Wood_Singularity" + "https://hypixel-skyblock.fandom.com/wiki/Wood_Singularity", + "https://wiki.hypixel.net/Wood_Singularity" + ], + "recipes": [ + { + "type": "trade", + "cost": "ENCHANTED_EMERALD:6", + "result": "WOOD_SINGULARITY" + } ] -} +} \ No newline at end of file -- cgit