From 7d57c2e37b0426d6ebe0053a8e8a2b77891475ef Mon Sep 17 00:00:00 2001 From: Strebbypatty <82723062+Strebbypatty@users.noreply.github.com> Date: Thu, 22 Jul 2021 15:56:02 +0200 Subject: Newer New Crystal Hollow Items (#556) * Add files via upload * Add files via upload * Add files via upload Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com> --- items/MYSTERIOUS_MEAT.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/MYSTERIOUS_MEAT.json (limited to 'items/MYSTERIOUS_MEAT.json') diff --git a/items/MYSTERIOUS_MEAT.json b/items/MYSTERIOUS_MEAT.json new file mode 100644 index 00000000..7e9e941a --- /dev/null +++ b/items/MYSTERIOUS_MEAT.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:rotten_flesh", + "displayname": "§fMysterious Meat", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Quest item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fMysterious Meat\"},ExtraAttributes:{id:\"MYSTERIOUS_MEAT\"}}", + "damage": 0, + "lore": [ + "§7Quest item", + "", + "§f§lCOMMON" + ], + "internalname": "MYSTERIOUS_MEAT", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit