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

23 lines
351 B
JSON

{
"type": "create:milling",
"ingredients": [
{
"item": "minecraft:wheat"
}
],
"processingTime": 150,
"results": [
{
"item": "create:wheat_flour"
},
{
"chance": 0.25,
"count": 2,
"item": "create:wheat_flour"
},
{
"chance": 0.25,
"item": "minecraft:wheat_seeds"
}
]
}