From fc877134eacdd1a75be57f90577ba0628638bbe3 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 14 Sep 2023 11:40:07 +0200 Subject: Added new alpha stuff (#978) Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --- items/FEL_ROSE.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 items/FEL_ROSE.json (limited to 'items/FEL_ROSE.json') diff --git a/items/FEL_ROSE.json b/items/FEL_ROSE.json new file mode 100644 index 00000000..c404f1af --- /dev/null +++ b/items/FEL_ROSE.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:red_flower", + "displayname": "§5Fel Rose", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Fel Rose\"},ExtraAttributes:{id:\"FEL_ROSE\"}}", + "damage": 1, + "lore": [ + "§eRight-click to view recipes!", + "", + "§5§lEPIC DUNGEON ITEM" + ], + "recipe": { + "A1": "", + "A2": "FEL_PEARL:4", + "A3": "", + "B1": "FEL_PEARL:4", + "B2": "GOLEM_POPPY:3", + "B3": "FEL_PEARL:4", + "C1": "", + "C2": "FEL_PEARL:4", + "C3": "" + }, + "internalname": "FEL_ROSE", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +} \ No newline at end of file -- cgit