diff options
author | Julienraptor01 <julienraptor01@gmail.com> | 2023-07-15 00:00:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-15 00:00:15 +0200 |
commit | 86317a52197d1661a8c052846fca1ec1136e74e6 (patch) | |
tree | 48c877c80973ae35984b5b97387d27d7fbb407d7 | |
parent | e4585133608ba4add475be13a9f414c989fe1b8b (diff) | |
download | NotEnoughUpdates-REPO-86317a52197d1661a8c052846fca1ec1136e74e6.tar.gz NotEnoughUpdates-REPO-86317a52197d1661a8c052846fca1ec1136e74e6.tar.bz2 NotEnoughUpdates-REPO-86317a52197d1661a8c052846fca1ec1136e74e6.zip |
fix the color (#960)
-rw-r--r-- | items/GIANT_FRAGMENT_BOULDER.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/GIANT_FRAGMENT_BOULDER.json b/items/GIANT_FRAGMENT_BOULDER.json index 8e637a56..932bc4bd 100644 --- a/items/GIANT_FRAGMENT_BOULDER.json +++ b/items/GIANT_FRAGMENT_BOULDER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:firework_charge", "displayname": "§5Jolly Pink Rock", - "nbttag": "{Explosion:{Type:0b,Colors:[16761035,]},HideFlags:254,display:{Lore:[0:\"§8Precursor Relic\",1:\"\",2:\"§7The hottest shade of pink ever\",3:\"§7worn by a Giant.\",4:\"\",5:\"§eRight-click to view recipes!\",6:\"\",7:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Jolly Pink Rock\"},ExtraAttributes:{id:\"GIANT_FRAGMENT_BOULDER\"}}", + "nbttag": "{Explosion:{Type:0b,Colors:[16761035]},HideFlags:254,display:{Lore:[0:\"§8Precursor Relic\",1:\"\",2:\"§7The hottest shade of pink ever\",3:\"§7worn by a Giant.\",4:\"\",5:\"§eRight-click to view recipes!\",6:\"\",7:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Jolly Pink Rock\"},ExtraAttributes:{id:\"GIANT_FRAGMENT_BOULDER\"}}", "damage": 0, "lore": [ "§8Precursor Relic", |