From a648b1f990523956d9c5725ea537bb8ed2511f09 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 30 Oct 2022 19:22:51 +0100 Subject: Fixed mana ray textures (#852) * Fixed mana ray textures * Fixed hot stuff thingy * Added new contrib, fixed tiger pet, added new drops, added new item * Fixed Mythic Endermite pet * Combinable in Anvil * Added new lore to hollow armor, fixed parents * Fixed Kuudra Key Lore and Obsidian Tablet --- items/WOOD_SINGULARITY.json | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'items/WOOD_SINGULARITY.json') diff --git a/items/WOOD_SINGULARITY.json b/items/WOOD_SINGULARITY.json index 5236807a..a7ad1934 100644 --- a/items/WOOD_SINGULARITY.json +++ b/items/WOOD_SINGULARITY.json @@ -4,14 +4,16 @@ "displayname": "§6Wood Singularity", "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\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d1b4c7be-3c99-35cd-9e99-24469b28f7cf\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2FkNTdkMWY2MDQ3OGFmNmFlMWI2YjFjMjhjZWU1MzRkNWRiYjhjOGNhYjg3OTYzZTljMmVmMGM2YWM1OCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7A seriously large pile of wood.\",3:\"§7Grants §c+100❁ Strength §7when\",4:\"§7applied to a §6wooden §7sword.\",5:\"§7Can only be applied to an item\",6:\"§7once.\",7:\"\",8:\"§6§lLEGENDARY\"],Name:\"§6Wood Singularity\"},ExtraAttributes:{id:\"WOOD_SINGULARITY\"}}", "modver": "2.1.0-REL", "lore": [ - "§7Combine this seriously large", - "§7pile of wood in an Anvil with", - "§7any §6wooden §7sword to add", - "§7§c+100❁ Strength §7to it!", - "§8Can only be applied once.", + "§7§8Combinable in Anvil", + "", + "§7A seriously large pile of wood.", + "§7Grants §c+100❁ Strength §7when", + "§7applied to a §6wooden §7sword.", + "§7Can only be applied to an item", + "§7once.", "", "§6§lLEGENDARY" ], @@ -22,9 +24,10 @@ ], "recipes": [ { - "type": "trade", - "cost": "ENCHANTED_EMERALD:6", - "result": "WOOD_SINGULARITY" + "type": "trade", + "cost": "ENCHANTED_EMERALD:6", + "result": "WOOD_SINGULARITY" } - ] + ], + "crafttext": "" } \ No newline at end of file -- cgit