Fix #267
This commit is contained in:
parent
9e762069b0
commit
bdd6c1c8cc
2 changed files with 15 additions and 0 deletions
|
|
@ -15,6 +15,8 @@
|
|||
- Gregified HandGlider recipes. (Exception)
|
||||
- Fixed some shit with clay -> mold assembler recipes. (Exception)
|
||||
- Added Olive -> Olive Paste mixer recipes. (Exception)
|
||||
- Added recipes for charcoal powder. (Exception)
|
||||
- Added crushing recipes for nixtamal. (Exception)
|
||||
~~- Added new recipes for TFC alebaster via GTCEu + Create machines. (Exception)~~
|
||||
~~- Возвращена механика из TFC.~~
|
||||
~~- Механические блоки из TFC переименованы в примитивную механику.~~
|
||||
|
|
|
|||
|
|
@ -131,6 +131,19 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
.duration(10)
|
||||
.EUt(2)*/
|
||||
|
||||
//#region Никстамаль
|
||||
|
||||
event.recipes.gtceu.macerator(`tfg:firmalife/nixtamal`)
|
||||
.itemInputs('firmalife:food/nixtamal')
|
||||
.itemOutputs('4x firmalife:food/masa_flour')
|
||||
.duration(60)
|
||||
.EUt(2)
|
||||
|
||||
event.recipes.createMilling('4x firmalife:food/masa_flour', 'firmalife:food/nixtamal')
|
||||
.id(`tfg:milling/firmalife/nixtamal`)
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Рецепты теплиц
|
||||
|
||||
//#region Медная
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue