minecraft-src/data/minecraft/recipe/mossy_cobblestone_from_moss_block.json
2025-07-04 01:41:11 +03:00

17 lines
No EOL
301 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "mossy_cobblestone",
"ingredients": [
{
"item": "minecraft:cobblestone"
},
{
"item": "minecraft:moss_block"
}
],
"result": {
"count": 1,
"id": "minecraft:mossy_cobblestone"
}
}