From 49231470607d3fbbe557dad6338581643661b9d8 Mon Sep 17 00:00:00 2001 From: Lulonaut <67191924+Lulonaut@users.noreply.github.com> Date: Sun, 15 May 2022 10:17:30 +0200 Subject: new patch (#738) * hypixeling * add things back * save * nbt * Hypixel moment * crimsoning * \u0027 * missing things * wiki links * Fixed Item * I am a idiot * am i high Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> Co-authored-by: jani270 --- items/AMALGAMATED_CRIMSONITE_NEW.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 items/AMALGAMATED_CRIMSONITE_NEW.json (limited to 'items/AMALGAMATED_CRIMSONITE_NEW.json') diff --git a/items/AMALGAMATED_CRIMSONITE_NEW.json b/items/AMALGAMATED_CRIMSONITE_NEW.json new file mode 100644 index 00000000..1186a48a --- /dev/null +++ b/items/AMALGAMATED_CRIMSONITE_NEW.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§9Amalgamated Crimsonite", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE\"],Name:\"§9Amalgamated Crimsonite\"},ExtraAttributes:{id:\"AMALGAMATED_CRIMSONITE_NEW\"}}", + "damage": 52, + "lore": [ + "§eRight-click to view recipes!", + "", + "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_GLOWSTONE_DUST:32", + "A3": "ENCHANTED_MYCELIUM:8", + "B1": "ENCHANTED_MAGMA_CREAM:32", + "B2": "", + "B3": "ENCHANTED_BLAZE_POWDER:32", + "C1": "ENCHANTED_RED_SAND:8", + "C2": "ENCHANTED_NETHER_STALK:32", + "C3": "" + }, + "internalname": "AMALGAMATED_CRIMSONITE_NEW", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit