* Update quests and lang * Changelog * changelog * fix conflict * changelog * Fix quest and add smooth stone
This commit is contained in:
parent
0523ff9a02
commit
3529de6be1
3 changed files with 28 additions and 7 deletions
|
|
@ -283,6 +283,18 @@ function registerTFCStoneRecipes(event) {
|
|||
|
||||
//#endregion
|
||||
|
||||
//#region Укрепленный камень
|
||||
|
||||
event.recipes.gtceu.assembler(`smooth_${stone}`)
|
||||
.itemInputs(`8x tfc:rock/raw/${stone}`)
|
||||
.circuit(2)
|
||||
.inputFluids(Fluid.of('gtceu:concrete', 72))
|
||||
.itemOutputs(`8x tfc:rock/smooth/${stone}`)
|
||||
.duration(250)
|
||||
.EUt(8)
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Акведук
|
||||
|
||||
event.recipes.gtceu.assembler(`aqueduct_${stone}`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue