From 63769b63076a9951a3089abf519b3e9fff825b13 Mon Sep 17 00:00:00 2001 From: jani270 Date: Fri, 22 Apr 2022 06:57:21 +0200 Subject: Nether stuff and mob recipes --- items/RED_THORNLEAF.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 items/RED_THORNLEAF.json (limited to 'items/RED_THORNLEAF.json') diff --git a/items/RED_THORNLEAF.json b/items/RED_THORNLEAF.json new file mode 100644 index 00000000..902deca1 --- /dev/null +++ b/items/RED_THORNLEAF.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:deadbush", + "displayname": "§f§f§aRed Thornleaf", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7§oA leaf that grows on the\",1:\"§7§oground. Really pushing the\",2:\"§7§oenvelope.\",3:\"\",4:\"§a§lUNCOMMON\"],Name:\"§f§f§aRed Thornleaf\"},ExtraAttributes:{id:\"RED_THORNLEAF\"}}", + "damage": 0, + "lore": [ + "§7§7§oA leaf that grows on the", + "§7§oground. Really pushing the", + "§7§oenvelope.", + "", + "§a§lUNCOMMON" + ], + "internalname": "RED_THORNLEAF", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit