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

20 lines
308 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"M": {
"tag": "society:small_milk"
},
"w": {
"item": "minecraft:wheat"
}
},
"pattern": [
"wMw",
" w "
],
"result": {
"item": "farmersdelight:pie_crust"
},
"show_notification": true
}