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

17 lines
228 B
JSON

{
"type": "create:filling",
"ingredients": [
{
"item": "minecraft:bread"
},
{
"amount": 250,
"fluid": "society:milk"
}
],
"results": [
{
"item": "create:sweet_roll"
}
]
}