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