diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-03-13 11:02:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-13 21:02:24 +1100 |
commit | 76709c07406646bb2da7b10abbafef7d9be71709 (patch) | |
tree | e63f07e71b8ddae1cad60ddde5e1180fbc2e06cb /items/GLOWING_GRAPE_FLUX.json | |
parent | fa9bdbf8e35f6d0affae541a5787f411401c5461 (diff) | |
download | NotEnoughUpdates-REPO-76709c07406646bb2da7b10abbafef7d9be71709.tar.gz NotEnoughUpdates-REPO-76709c07406646bb2da7b10abbafef7d9be71709.tar.bz2 NotEnoughUpdates-REPO-76709c07406646bb2da7b10abbafef7d9be71709.zip |
Fixed legion and farmer boots lore (#906)
Diffstat (limited to 'items/GLOWING_GRAPE_FLUX.json')
-rw-r--r-- | items/GLOWING_GRAPE_FLUX.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/GLOWING_GRAPE_FLUX.json b/items/GLOWING_GRAPE_FLUX.json new file mode 100644 index 00000000..f5649923 --- /dev/null +++ b/items/GLOWING_GRAPE_FLUX.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dGlowing Grape Power Orb Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"58af8c7a-2789-3f19-89c5-e618a3581f39\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY3ODM2OTc2ODE0OSwKICAicHJvZmlsZUlkIiA6ICJkZTU3MWExMDJjYjg0ODgwOGZlN2M5ZjQ0OTZlY2RhZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJNSEZfTWluZXNraW4iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTQ0YzM1OWY2ZjI4YzVmYTZjNWEwOWQ4YzU3ZmE0MTc0ZGE0ZThhZTExMGU1ZjJjZDdlOTNmMmU3NjE3NmNkNSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7§7Item skins give your gear a\",3:\"§7fresh new look! Apply them just\",4:\"§7like an enchant book using the\",5:\"§7anvil.\",6:\"\",7:\"§7§7This skin can be applied to\",8:\"§7§aRadiant Power Orb§7, §9Mana\",9:\"§9Flux Power Orb§7, §5Overflux\",10:\"§5Power Orb§7, and §6Plasmaflux\",11:\"§6Power Orb§7.\",12:\"\",13:\"§7§aThis skin is animated!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dGlowing Grape Power Orb Skin\"},ExtraAttributes:{id:\"GLOWING_GRAPE_FLUX\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7§7Item skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "", + "§7§7This skin can be applied to", + "§7§aRadiant Power Orb§7, §9Mana", + "§9Flux Power Orb§7, §5Overflux", + "§5Power Orb§7, and §6Plasmaflux", + "§6Power Orb§7.", + "", + "§7§aThis skin is animated!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "GLOWING_GRAPE_FLUX", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", + "https://wiki.hypixel.net/Fire_Sale" + ] +}
\ No newline at end of file |