Fellies/kubejs/data/thermal/recipes/machine/byg/sawmill_byg_pine_logs.json

24 lines
432 B
JSON

{
"type": "thermal:sawmill",
"ingredient": {
"tag": "byg:pine_logs"
},
"result": [
{
"item": "byg:pine_planks",
"count": 6
},
{
"item": "emendatusenigmatica:wood_dust",
"chance": 1.25
}
],
"energy": 1000,
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "byg"
}
]
}