Куча разных рецептов под тфк, обновление тфг мода

This commit is contained in:
SpeeeDCraft 2023-11-12 11:03:47 +07:00
parent 004ea5db09
commit 6fceee973c
8 changed files with 353 additions and 4 deletions

View file

@ -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
})
}