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

24 lines
372 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"tag": "forge:ingots/iron"
},
"/": {
"item": "minecraft:brick"
},
"c": {
"item": "society:earth_crystal"
}
},
"pattern": [
" ##",
" c#",
"/ "
],
"result": {
"item": "farmersdelight:skillet"
},
"show_notification": true
}