diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-09-14 11:40:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 11:40:07 +0200 |
commit | fc877134eacdd1a75be57f90577ba0628638bbe3 (patch) | |
tree | f7de6ca9cadb5979da2039c6a42135c44806defb /items/FEL_ROSE.json | |
parent | 9861e27f07a1562bb4d1170c22a7b8c72fa63428 (diff) | |
download | NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.tar.gz NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.tar.bz2 NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.zip |
Added new alpha stuff (#978)
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'items/FEL_ROSE.json')
-rw-r--r-- | items/FEL_ROSE.json | 27 |
1 files changed, 27 insertions, 0 deletions
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 |