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

24 lines
430 B
JSON

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