Files
jgl_sunlit_patch/kubejs/data/furniture/recipes/curtain_yellow.json
T
2026-07-31 10:34:32 +09:00

21 lines
289 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"BB ",
"## ",
"## "
],
"key": {
"B": {
"item": "minecraft:stick"
},
"#": {
"item": "society:yellow_sheet"
}
},
"result": {
"item": "furniture:curtain_yellow",
"count": 16
}
}