Files
minecraft-assets/data/minecraft/recipes/mossy_cobblestone_from_moss_block.json
2023-03-08 18:28:25 +01:00

16 lines
287 B
JSON

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