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

18 lines
256 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "grapevine_stem",
"pattern": [
"#",
"#",
"#"
],
"key": {
"#": {
"item": "society:treated_log"
}
},
"result": {
"item": "vinery:grapevine_stem",
"count": 4
}
}