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/WORM_MEMBRANE.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 items/WORM_MEMBRANE.json (limited to 'items/WORM_MEMBRANE.json') diff --git a/items/WORM_MEMBRANE.json b/items/WORM_MEMBRANE.json new file mode 100644 index 00000000..4a0d3de6 --- /dev/null +++ b/items/WORM_MEMBRANE.json @@ -0,0 +1,14 @@ +{ + "itemid": "minecraft:rotten_flesh", + "displayname": "§f§f§aWorm Membrane", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§f§f§aWorm Membrane\"},ExtraAttributes:{id:\"WORM_MEMBRANE\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§a§lUNCOMMON" + ], + "internalname": "WORM_MEMBRANE", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit