Files
bworld/mods/bworld/recipes/crafting_furnace.json
T
2026-09-24 23:28:01 -03:00

19 lines
209 B
JSON

{
"format_version": 1,
"recipe": {
"type": "shaped",
"pattern": [
"SSS",
"S S",
"SSS"
],
"key": {
"S": "bworld:stone"
},
"result": {
"id": "bworld:furnace",
"count": 1
}
}
}