From 7c74d6af14472f4a14615f9bb6b638cc694c0320 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Tue, 17 Nov 2020 18:06:30 -0500 Subject: Fix --- items/GIANT_FRAGMENT_BOULDER.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/GIANT_FRAGMENT_BOULDER.json (limited to 'items/GIANT_FRAGMENT_BOULDER.json') 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 -- cgit