From 228ec7960d0319d8018c24ee14a92ea235c5e68c Mon Sep 17 00:00:00 2001 From: Moulberry Date: Thu, 1 Oct 2020 18:44:26 +1000 Subject: vanilla stuff & new items --- items/SAND-1.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 items/SAND-1.json (limited to 'items/SAND-1.json') diff --git a/items/SAND-1.json b/items/SAND-1.json new file mode 100644 index 00000000..57762f9f --- /dev/null +++ b/items/SAND-1.json @@ -0,0 +1,14 @@ +{ + "itemid": "minecraft:sand", + "displayname": "§fRed Sand", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRed Sand\"},ExtraAttributes:{id:\"SAND-1\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "parent": "SAND", + "internalname": "SAND-1", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +} \ No newline at end of file -- cgit