fixes #1076
This commit is contained in:
parent
bc49d77568
commit
0f9969b192
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ function registerTFCDyeRecipes(event) {
|
||||||
inputArray.push(`#forge:dyes/${dyeName}`);
|
inputArray.push(`#forge:dyes/${dyeName}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
event.recipes.tfc.pot(inputArray, Fluid.of('tfc:salt_water', 250 * i), 600, 2000)
|
event.recipes.tfc.pot(inputArray, Fluid.of('tfc:vinegar', 250 * i), 200, 200)
|
||||||
.fluidOutput(Fluid.of(`tfc:${dyeName}_dye`, 144 * i))
|
.fluidOutput(Fluid.of(`tfc:${dyeName}_dye`, 144 * i))
|
||||||
.id(`tfc:pot/${i}x_${dyeName}_dye`)
|
.id(`tfc:pot/${i}x_${dyeName}_dye`)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue