GSO-Datapack/example/data/recipes/example/example_1.json
2026-03-29 17:06:30 -03:00

17 lines
328 B
JSON

{
"recipe": {
"inputs": [{ "example:example_material_1": 1 }, { "example:example_material_2": 5 }],
"output": {
"example:example_armor_1": 1
},
"time_seconds": 10,
"requires": {
"example:example_1": 0
}
},
"craft": {
"type": "example:example_1",
"id": "example:example_1"
}
}