add Alabaster rock crushing

This commit is contained in:
Gustavo 2025-08-22 20:54:59 +10:00
parent ba1889bf8d
commit 98e873cba5

View file

@ -794,4 +794,20 @@ function registerTFGRockRecipes(event) {
.EUt(GTValues.VA[GTValues.LV])
})
//#endregion
//#region Alabaster
event.recipes.gtceu.rock_breaker("tfg:alabaster")
.notConsumable("tfc:alabaster/raw")
.itemOutputs("tfc:alabaster/raw")
.duration(16)
.EUt(7)
event.recipes.gtceu.cutter("tfg:raw_alabaster_to_bricks")
.inputItems("tfc:alabaster/raw")
.outputItems("tfc:alabaster_brick", 4)
.duration(40)
.EUt(2)
//#endregion
}