Files
minecraft-assets/data/minecraft/recipes/mossy_cobblestone_from_moss_block.json
2024-04-22 09:12:07 +02:00

17 lines
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"
}
}