Merge branch 'dev' of https://github.com/TerraFirmaGreg-Team/Modpack-Modern into dev
This commit is contained in:
commit
c4dce6bb99
3 changed files with 31 additions and 8 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