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/SCORCHED_POWER_CRYSTAL.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/SCORCHED_POWER_CRYSTAL.json')
-rw-r--r-- | items/SCORCHED_POWER_CRYSTAL.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/SCORCHED_POWER_CRYSTAL.json b/items/SCORCHED_POWER_CRYSTAL.json new file mode 100644 index 00000000..16f64c30 --- /dev/null +++ b/items/SCORCHED_POWER_CRYSTAL.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§6Scorched Power Crystal", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"448df54c-cab4-37e2-841a-37227d9d1b01\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTY0MDI4NzI0NCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjA5OWQ0ZTI1YTU2OWUyZDAxOGJkOGQ3ZTFhNDBhZDJjY2JjOWJkMWZkMmVkNDg2ODhiY2MzZjYyYTk2MjEzYSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7§7Powers §bBeacons §7for up to\",1:\"§7§348 hours §7at a time!\",2:\"\",3:\"§7Adds §6+1% §7minion speed buff and\",4:\"§7§a+20% §7profile stats to beacons\",5:\"§7fueled by this power crystal!\",6:\"\",7:\"§7Has a single §7use and can be stacked.\",8:\"\",9:\"§6§lLEGENDARY\"],Name:\"§f§f§6Scorched Power Crystal\"},ExtraAttributes:{id:\"SCORCHED_POWER_CRYSTAL\"}}", + "damage": 3, + "lore": [ + "§7§7Powers §bBeacons §7for up to", + "§7§348 hours §7at a time!", + "", + "§7Adds §6+1% §7minion speed buff and", + "§7§a+20% §7profile stats to beacons", + "§7fueled by this power crystal!", + "", + "§7Has a single §7use and can be stacked.", + "", + "§6§lLEGENDARY" + ], + "internalname": "SCORCHED_POWER_CRYSTAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |