* Update quests and lang

* Changelog

* changelog

* fix conflict

* changelog

* Fix quest and add smooth stone
This commit is contained in:
TomPlop 2025-07-19 14:59:04 -04:00 committed by GitHub
parent 0523ff9a02
commit 3529de6be1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 28 additions and 7 deletions

View file

@ -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}`)