Куча разных рецептов под тфк, обновление тфг мода
This commit is contained in:
parent
004ea5db09
commit
6fceee973c
8 changed files with 353 additions and 4 deletions
|
|
@ -60,4 +60,12 @@ const customHeatLevel = (event, input1, heat_capacity, forging_temperature, weld
|
|||
forging_temperature: forging_temperature,
|
||||
welding_temperature: welding_temperature
|
||||
})
|
||||
}
|
||||
|
||||
const addQuernRecipe = (event, input, output) => {
|
||||
event.custom({
|
||||
type: "tfc:quern",
|
||||
ingredient: input,
|
||||
result: output
|
||||
})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue