diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-11-28 01:03:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-27 19:03:35 -0500 |
commit | 0a72f822774717a3100b07cbbfd8a7bf30c38a70 (patch) | |
tree | 224064e9fde8164502bb75af28fdbf3f86ec5476 /items | |
parent | e17d43aab28388331b3443a0fc4528284f4390b9 (diff) | |
download | NotEnoughUpdates-REPO-0a72f822774717a3100b07cbbfd8a7bf30c38a70.tar.gz NotEnoughUpdates-REPO-0a72f822774717a3100b07cbbfd8a7bf30c38a70.tar.bz2 NotEnoughUpdates-REPO-0a72f822774717a3100b07cbbfd8a7bf30c38a70.zip |
Fix Chamber and transfer rainbow (#661)
Diffstat (limited to 'items')
-rw-r--r-- | items/GEMSTONE_CHAMBER.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/items/GEMSTONE_CHAMBER.json b/items/GEMSTONE_CHAMBER.json index 79dce1a4..0ca3806f 100644 --- a/items/GEMSTONE_CHAMBER.json +++ b/items/GEMSTONE_CHAMBER.json @@ -1,13 +1,12 @@ { "itemid": "minecraft:skull", "displayname": "§5Gemstone Chamber", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"558648c0-4dda-371c-87d8-f983a7bc58ca\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmI4MDk4ODlkYTM2YWRmNTYxODU4MWJiZjdiNjZkMmQ4ODM5ZTJlYjcyNTRjMzMzMmU0ZjNhMjMwZmEifX19\"}]}},display:{Lore:[0:\"§7Can be applied in Anvils to some\",1:\"§7items to add §dGemstone §7slots,\",2:\"§7which can then be filled at the\",3:\"§7§dGemstone Grinder§7.\",4:\"\",5:\"§5§lEPIC\",6:\"\",7:\"§eItems Required\",8:\"§aWorm Membrane §7x100\",9:\"§9Gemstone Mixture §7x1\",10:\"§625,000 Coins\",11:\"\",12:\"§7Duration: §b4h\"],Name:\"§5Gemstone Chamber\"},ExtraAttributes:{id:\"GEMSTONE_CHAMBER\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"558648c0-4dda-371c-87d8-f983a7bc58ca\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmI4MDk4ODlkYTM2YWRmNTYxODU4MWJiZjdiNjZkMmQ4ODM5ZTJlYjcyNTRjMzMzMmU0ZjNhMjMwZmEifX19\"}]}},display:{Lore:[0:\"§7Used in the §dGemstone Grinder\",1:\"§d§7to unlock §dGemstone §7slots\",2:\"§7for §6Divan Armor§7.\",3:\"\",4:\"§5§lEPIC\",5:\"\",6:\"§eItems Required\",7:\"§aWorm Membrane §7x100\",8:\"§9Gemstone Mixture §7x1\",9:\"§625,000 Coins\",10:\"\",11:\"§7Duration: §b4h\"],Name:\"§5Gemstone Chamber\"},ExtraAttributes:{id:\"GEMSTONE_CHAMBER\"},AttributeModifiers:[]}", "damage": 3, "lore": [ - "§7Can be applied in Anvils to some", - "§7items to add §dGemstone §7slots,", - "§7which can then be filled at the", - "§7§dGemstone Grinder§7.", + "§7Used in the §dGemstone Grinder", + "§d§7to unlock §dGemstone §7slots", + "§7for §6Divan Armor§7.", "", "§5§lEPIC", "", @@ -26,4 +25,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Chamber" ] -} +}
\ No newline at end of file |