diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-30 19:22:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 18:22:51 +0000 |
commit | a648b1f990523956d9c5725ea537bb8ed2511f09 (patch) | |
tree | 1093f469c0a2d594711f84b1a113025a34ff4e0d /items/WOOD_SINGULARITY.json | |
parent | 0b24d6c0ab8bb57c62b5ba9510ea2c2b318e6ac9 (diff) | |
download | NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.tar.gz NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.tar.bz2 NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.zip |
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
Diffstat (limited to 'items/WOOD_SINGULARITY.json')
-rw-r--r-- | items/WOOD_SINGULARITY.json | 23 |
1 files changed, 13 insertions, 10 deletions
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 |