123
This commit is contained in:
parent
1387978d9c
commit
ca286391da
4 changed files with 113 additions and 104 deletions
|
|
@ -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
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue