This commit is contained in:
SpeeeDCraft 2023-11-14 22:19:55 +07:00
parent 1387978d9c
commit ca286391da
4 changed files with 113 additions and 104 deletions

View file

@ -1,5 +1,11 @@
// priority: 0
const emptyJson = {
conditions: [
{ type: "forge:false" }
]
}
const customWelding = (event, [input1, input2], result, tier) => {
event.custom({
type: "tfc:welding",
@ -68,4 +74,5 @@ const addQuernRecipe = (event, input, output) => {
ingredient: input,
result: output
})
}
}