From 19d37551d8523b8d0463b9c5d22aeebb662676b1 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 21 Apr 2022 14:50:32 +0200 Subject: New Nether Stuff (#718) * New Stuff * i hate timestamps * god * Abi abi * mood * Hello, can someone send me money please * bingo * workflow hello --- 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