Merge branch 'dev' of https://github.com/TerraFirmaGreg-Team/Modpack-Modern into dev
This commit is contained in:
commit
eae57fdb6a
1 changed files with 10 additions and 0 deletions
|
|
@ -513,6 +513,16 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
.id('tfg:vat/sugar_water')
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Salt by Vat
|
||||
|
||||
event.recipes.firmalife.vat()
|
||||
//.inputs('minecraft:stick', Fluid.of('tfc:salt_water', 625))
|
||||
.inputFluid(Fluid.of('tfc:salt_water', 625))
|
||||
.outputItem('gtceu:small_salt_dust')
|
||||
.id('tfg:vat/sea_water_to_salt');
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Replace existing dyes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue