+/- работает, но еще не до конца
This commit is contained in:
parent
156ae14bd2
commit
406cc534d5
2 changed files with 28 additions and 27 deletions
|
|
@ -650,7 +650,8 @@ const registerAutoTFCAnvilRecipes = (event) => {
|
|||
{
|
||||
let recipeId = `tfc:recipes/anvil/tfg/${propertyName}_${tfcMetalName}`
|
||||
|
||||
let input = property.input(tfcMetalName)
|
||||
let innerProp = ItemHeats[property.anvilFrom]
|
||||
let input = innerProp.input(tfcMetalName)
|
||||
let output = property.output(tfcMetalName)
|
||||
|
||||
addAnvilRecipe(event, recipeId, input, output, metalSpecifications.tier, property.rules)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue