+/- работает, но еще не до конца

This commit is contained in:
SpeeeDCraft 2023-11-16 15:39:38 +07:00
parent 156ae14bd2
commit 406cc534d5
2 changed files with 28 additions and 27 deletions

View file

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