From 7d489aff38c343105b0fb706402e6ed785a19afc Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 10 Apr 2024 05:08:31 +0200 Subject: Added SOME of the new items (alot missing) (#1150) --- items/TUNGSTEN_KEY.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 items/TUNGSTEN_KEY.json (limited to 'items/TUNGSTEN_KEY.json') diff --git a/items/TUNGSTEN_KEY.json b/items/TUNGSTEN_KEY.json new file mode 100644 index 00000000..6cbc5910 --- /dev/null +++ b/items/TUNGSTEN_KEY.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:lever", + "displayname": "§5Tungsten Key", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Can be used to open backpacks with\",1:\"§7a Tungsten lock held by §bFrozen\",2:\"§bCorpses §7in the §bGlacite Mineshafts§7.\",3:\"\",4:\"§5§lEPIC\"],Name:\"§5Tungsten Key\"},ExtraAttributes:{id:\"TUNGSTEN_KEY\"}}", + "damage": 0, + "lore": [ + "§7Can be used to open backpacks with", + "§7a Tungsten lock held by §bFrozen", + "§bCorpses §7in the §bGlacite Mineshafts§7.", + "", + "§5§lEPIC" + ], + "internalname": "TUNGSTEN_KEY", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit