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