diff options
Diffstat (limited to 'items/SANDSTONE-1.json')
-rw-r--r-- | items/SANDSTONE-1.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/items/SANDSTONE-1.json b/items/SANDSTONE-1.json new file mode 100644 index 00000000..0ea52821 --- /dev/null +++ b/items/SANDSTONE-1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:sandstone", + "displayname": "§fChiseled Sandstone", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fChiseled Sandstone\"},ExtraAttributes:{id:\"SANDSTONE\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "SANDSTONE-1", + "parent": "SANDSTONE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STEP-1:1", + "A2": "", + "A3": "", + "B1": "STEP-1:1", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file |