add Alabaster rock crushing
This commit is contained in:
parent
ba1889bf8d
commit
98e873cba5
1 changed files with 16 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue