fixes #1476
This commit is contained in:
parent
ed8bb14822
commit
5582be75d2
2 changed files with 7 additions and 0 deletions
|
|
@ -313,4 +313,10 @@ const registerTFCRecipes = (event) => {
|
|||
.inputFluid(Fluid.of('minecraft:water', 1000))
|
||||
.outputFluid(Fluid.of('tfc:salt_water', 1000))
|
||||
.id('tfg:barrel/water_to_salt_water')
|
||||
|
||||
event.recipes.tfc.barrel_instant()
|
||||
.inputItem("tfc:powder/salt")
|
||||
.inputFluid(Fluid.of('minecraft:water', 250))
|
||||
.outputFluid(Fluid.of('tfc:salt_water', 250))
|
||||
.id('tfg:barrel/water_to_salt_water_tfc')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue