From 7e85955e38a7fc4dd4a242abd73ab748279bee51 Mon Sep 17 00:00:00 2001 From: patience Date: Thu, 2 Oct 2025 16:05:11 +0100 Subject: [PATCH] map half --- data/minecraft/recipes/map.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 data/minecraft/recipes/map.json 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 + } +}