diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-17 18:06:30 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-17 18:06:30 -0500 |
commit | 7c74d6af14472f4a14615f9bb6b638cc694c0320 (patch) | |
tree | 8ca787dd7c8e8c6b0e7688ec8c29918e25d8ac15 /items/GIANT_FRAGMENT_BOULDER.json | |
parent | d810795aef3e0fde0ce608d33a26ab95fd799ccb (diff) | |
download | NotEnoughUpdates-REPO-7c74d6af14472f4a14615f9bb6b638cc694c0320.tar.gz NotEnoughUpdates-REPO-7c74d6af14472f4a14615f9bb6b638cc694c0320.tar.bz2 NotEnoughUpdates-REPO-7c74d6af14472f4a14615f9bb6b638cc694c0320.zip |
Fix
Diffstat (limited to 'items/GIANT_FRAGMENT_BOULDER.json')
-rw-r--r-- | items/GIANT_FRAGMENT_BOULDER.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/GIANT_FRAGMENT_BOULDER.json b/items/GIANT_FRAGMENT_BOULDER.json new file mode 100644 index 00000000..3933b585 --- /dev/null +++ b/items/GIANT_FRAGMENT_BOULDER.json @@ -0,0 +1,21 @@ +{ + "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\"}}", + "damage": 0, + "lore": [ + "§8Precursor Relic", + "", + "§7The hottest shade of pink ever", + "§7worn by a Giant.", + "", + "§eRight-click to view recipes!", + "", + "§5§lEPIC DUNGEON ITEM" + ], + "internalname": "GIANT_FRAGMENT_BOULDER", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +}
\ No newline at end of file |