diff --git a/kubejs/server_scripts/tfg/recipes.rocks.js b/kubejs/server_scripts/tfg/recipes.rocks.js index c831d572a..6118e4eb9 100644 --- a/kubejs/server_scripts/tfg/recipes.rocks.js +++ b/kubejs/server_scripts/tfg/recipes.rocks.js @@ -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 } \ No newline at end of file