diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-04-30 16:16:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-30 16:16:31 +0200 |
commit | a370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63 (patch) | |
tree | f56f597690456032e5017d09fc27d75c844895de /items/PULSE_RING.json | |
parent | 267c29d1dcd34e09663351efc08dea5e0f9a8bf5 (diff) | |
download | NotEnoughUpdates-REPO-a370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63.tar.gz NotEnoughUpdates-REPO-a370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63.tar.bz2 NotEnoughUpdates-REPO-a370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63.zip |
atom (#729)
* atom
* More Fixes
* 185
Diffstat (limited to 'items/PULSE_RING.json')
-rw-r--r-- | items/PULSE_RING.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/PULSE_RING.json b/items/PULSE_RING.json new file mode 100644 index 00000000..01d38f53 --- /dev/null +++ b/items/PULSE_RING.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aPulse Ring", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9d3957af-7899-38f7-8585-446f2268b10b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTA5ODY0NTEyOCwKICAicHJvZmlsZUlkIiA6ICIwMGZiNTRiOWI4NDA0YTA0YTViMmJhMzBlYzBlYTAxMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJrbGxveWQ3MCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lNWViZjZmMTQzMDFkM2ViZDE0NTMzNTg3ZDJhMmQ0ODIzNDQzM2IxN2M5ZDJmMTM5MzRiN2NhYjQ1OGVlMjY3IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Charge up by combining a\",1:\"§7§eThunder in a Bottle§7 (Full)\",2:\"§7with this item in an anvil.\",3:\"\",4:\"§7Charge: §e0 Thunder\",5:\"\",6:\"§9Reach 150k Charge for +1 Rarity!\",7:\"\",8:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aPulse Ring\"},ExtraAttributes:{id:\"PULSE_RING\"}}", + "damage": 3, + "lore": [ + "§7Charge up by combining a", + "§7§eThunder in a Bottle§7 (Full)", + "§7with this item in an anvil.", + "", + "§7Charge: §e0 Thunder", + "", + "§9Reach 150k Charge for +1 Rarity!", + "", + "§a§lUNCOMMON ACCESSORY" + ], + "recipe": { + "A1": "ORB_OF_ENERGY:32", + "A2": "ORB_OF_ENERGY:32", + "A3": "ORB_OF_ENERGY:32", + "B1": "ORB_OF_ENERGY:32", + "B2": "", + "B3": "ORB_OF_ENERGY:32", + "C1": "ORB_OF_ENERGY:32", + "C2": "ORB_OF_ENERGY:32", + "C3": "ORB_OF_ENERGY:32" + }, + "internalname": "PULSE_RING", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |