From 325d03e7812c8f85d9c476b9d778d36950dfbb01 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 5 Jun 2021 16:52:10 +0200 Subject: Small Stuff (#510) * Small Stuff * Another Rainbow Name * New Item and a fix * Other fixes * Another one * Added Item and fixed one * I love commit messages * Another Rainbow Name * Rainbow Name * Rainbow Name * yep * Stuff --- items/SILEX.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 items/SILEX.json (limited to 'items/SILEX.json') diff --git a/items/SILEX.json b/items/SILEX.json new file mode 100644 index 00000000..c9a97ff8 --- /dev/null +++ b/items/SILEX.json @@ -0,0 +1,14 @@ +{ + "itemid": "minecraft:quartz", + "displayname": "§f§f§5Silex", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§5§lEPIC\"],Name:\"§f§f§5Silex\"},ExtraAttributes:{id:\"SILEX\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§5§lEPIC" + ], + "internalname": "SILEX", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit