Files
jgl_sunlit_patch/kubejs/data/quark/recipes/building/crafting/grate.json
T
2026-07-31 10:34:32 +09:00

24 lines
310 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:iron_bars"
}
},
"result": {
"item": "quark:grate",
"count": 1
},
"conditions": [
{
"type": "quark:flag",
"flag": "grate"
}
]
}