From 7e10f2ff281938a14c1fe0c6103c1b3b8884aa8c Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 20 Apr 2022 20:17:08 +0200 Subject: uhh uhhh uhhh huhhhuh uhhh - Caelid isle (#698) * :dizzy_face: * oops forgot * i dont want anymore * MiNiOnS * lAmPs * dnas_der_detnahcne * Minions v2 * New Items * So cool * 4 more * Add more nether items (#2) Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> * Few Recipes and new items * I hate the essence menu * :fish: * According to Professor Selta they are 9V batteries and can supply about 50mA of current. Professor Selta is currently in a mental asylum. * :fuelpump: * :100: * crimson essence prices (#3) * crimson essence prices * gray and single items * Add 25 of the 29 Crimson isle souls (#4) * so true * Minion :fuelpump: * PoWeR sToNeS * PoWeR sToNeS v2 * brain pain * i love power stones * i forgot Co-authored-by: Walker Selby Co-authored-by: Lulonaut <67191924+Lulonaut@users.noreply.github.com> Co-authored-by: My-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com> --- items/ENCHANTED_RED_SAND_CUBE.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 items/ENCHANTED_RED_SAND_CUBE.json (limited to 'items/ENCHANTED_RED_SAND_CUBE.json') diff --git a/items/ENCHANTED_RED_SAND_CUBE.json b/items/ENCHANTED_RED_SAND_CUBE.json new file mode 100644 index 00000000..f4cecd24 --- /dev/null +++ b/items/ENCHANTED_RED_SAND_CUBE.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Enchanted Red Sand Cube", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2bdb5767-546d-3fcc-b000-b3b58645bbe6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0Mzg4NjMwMjEwOSwKICAicHJvZmlsZUlkIiA6ICIxYzdmNmQ3NDJjNjU0ZDZhYTZlMjU3NTM1MTE3MWM3NiIsCiAgInByb2ZpbGVOYW1lIiA6ICJBbHlzYWFLb2JlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2YzMWY1Yzc4YjdlOTYxNTkxMjkzNzU2YjllMTUwMTJkYjEwNDU3ODQ2YzVlYmM1ZGIwZjJiMGUxODczNDY4ZWUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Enchanted Red Sand Cube\"},ExtraAttributes:{id:\"ENCHANTED_RED_SAND_CUBE\"}}", + "damage": 3, + "lore": [ + "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_RED_SAND:32", + "A3": "", + "B1": "ENCHANTED_RED_SAND:32", + "B2": "ENCHANTED_RED_SAND:32", + "B3": "ENCHANTED_RED_SAND:32", + "C1": "", + "C2": "ENCHANTED_RED_SAND:32", + "C3": "" + }, + "internalname": "ENCHANTED_RED_SAND_CUBE", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit