diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-04-23 11:30:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-23 09:30:32 +0000 |
commit | 0f12f8e4728ef154488a229362981459c931f3c6 (patch) | |
tree | 3eae90b85d704f32e2346edf9bd7aa8036253adb /items/MANA_DISINTEGRATOR.json | |
parent | 6c3a71c8b8ab9ae0c2f1014aa81ba05c7bf27644 (diff) | |
download | NotEnoughUpdates-REPO-0f12f8e4728ef154488a229362981459c931f3c6.tar.gz NotEnoughUpdates-REPO-0f12f8e4728ef154488a229362981459c931f3c6.tar.bz2 NotEnoughUpdates-REPO-0f12f8e4728ef154488a229362981459c931f3c6.zip |
Nether Fixes and new items (#723)
Diffstat (limited to 'items/MANA_DISINTEGRATOR.json')
-rw-r--r-- | items/MANA_DISINTEGRATOR.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/MANA_DISINTEGRATOR.json b/items/MANA_DISINTEGRATOR.json new file mode 100644 index 00000000..bdd9c0d7 --- /dev/null +++ b/items/MANA_DISINTEGRATOR.json @@ -0,0 +1,21 @@ +{ + "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\"}}", + "damage": 3, + "lore": [ + "§7Combine this item in an Anvil", + "§7with a deployable or wand to", + "§7reduce their mana cost by", + "§7§b1%§7!", + "", + "§7May be applied up to 10 times.", + "", + "§9§lRARE" + ], + "internalname": "MANA_DISINTEGRATOR", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |