mc_rebalance_datapack/data/minecraft/recipes/map.json

26 lines
381 B
JSON
Raw Normal View History

2025-10-02 15:05:11 +00:00
{
"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
}
}