diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-12-25 10:03:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-25 10:03:48 +0100 |
commit | bebdbe0971a2fe83b7d1c27fe3e3d3fd139b8f59 (patch) | |
tree | 99a14212220c645abc7afe9546f7c01865d087ff /items/MANA_DISINTEGRATOR.json | |
parent | 8ad06ae184148414b5df4dbe2da3a1516811552d (diff) | |
download | NotEnoughUpdates-REPO-bebdbe0971a2fe83b7d1c27fe3e3d3fd139b8f59.tar.gz NotEnoughUpdates-REPO-bebdbe0971a2fe83b7d1c27fe3e3d3fd139b8f59.tar.bz2 NotEnoughUpdates-REPO-bebdbe0971a2fe83b7d1c27fe3e3d3fd139b8f59.zip |
Fixed a few items and added snowman (#877)
* Fixed a few items and added snowman
* Fixed more items and :cookie:
* Fixed Mana Disintegrator
* nopo im sorry :sob:
* North :star:
Diffstat (limited to 'items/MANA_DISINTEGRATOR.json')
-rw-r--r-- | items/MANA_DISINTEGRATOR.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/items/MANA_DISINTEGRATOR.json b/items/MANA_DISINTEGRATOR.json index 28f5dd88..9046d7b9 100644 --- a/items/MANA_DISINTEGRATOR.json +++ b/items/MANA_DISINTEGRATOR.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Mana Disintegrator", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b9d84e23-a8e5-3992-bace-b6f3b32e34d8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTY0NDY2MjYyOSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjE1NjVjMWMyNjVmNTAzOThjMDY0NmE5YjdkNjQyODk1MjJjMGIwODkwOTFiYTVhMDRmMWQxOGJhYTg2MGQ4NSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Combine this item in an Anvil\",1:\"§7with a deployable or wand to\",2:\"§7reduce their mana cost by\",3:\"§7§b1%§7!\",4:\"\",5:\"§7May be applied up to 10 times.\",6:\"\",7:\"§9§lRARE\"],Name:\"§f§f§9Mana Disintegrator\"},ExtraAttributes:{id:\"MANA_DISINTEGRATOR\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b9d84e23-a8e5-3992-bace-b6f3b32e34d8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTY0NDY2MjYyOSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjE1NjVjMWMyNjVmNTAzOThjMDY0NmE5YjdkNjQyODk1MjJjMGIwODkwOTFiYTVhMDRmMWQxOGJhYTg2MGQ4NSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Reduces the mana cost of an item\",3:\"§7by §b1% §7when applied to a\",4:\"§7deployable or a wand. Can be\",5:\"§7applied up to §a10 §7times.\",6:\"\",7:\"§9§lRARE\"],Name:\"§f§f§9Mana Disintegrator\"},ExtraAttributes:{id:\"MANA_DISINTEGRATOR\"}}", "damage": 3, "lore": [ - "§7Combine this item in an Anvil", - "§7with a deployable or wand to", - "§7reduce their mana cost by", - "§7§b1%§7!", + "§7§8Combinable in Anvil", "", - "§7May be applied up to 10 times.", + "§7Reduces the mana cost of an item", + "§7by §b1% §7when applied to a", + "§7deployable or a wand. Can be", + "§7applied up to §a10 §7times.", "", "§9§lRARE" ], |