diff --git a/data/minecraft/recipes/map.json b/data/minecraft/recipes/map.json new file mode 100644 index 0000000..bd19cb5 --- /dev/null +++ b/data/minecraft/recipes/map.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "item": "minecraft:paper" + }, + { + "item":"minecraft:paper" + }, + { + "item":"minecraft:paper" + }, + { + "item": "minecraft:feather" + }, + { + "item": "minecraft:redstone" + } + ], + "result": { + "item": "minecraft:map", + "count": 1 + } +}