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

23 lines
333 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"# #",
"#C#",
"X X"
],
"key": {
"X": {
"item": "minecraft:stick"
},
"C": {
"item": "society:gray_sheet"
},
"#": {
"item": "society:gray_sheet"
}
},
"result": {
"item": "furniture:sofa_gray",
"count": 3
}
}