From 061a6d2a06d27c28bc46bd0f6494dc381bd4e620 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 26 Jul 2025 12:57:16 +0100 Subject: [PATCH] added missing cobblestone recipes to the rock breaker --- kubejs/server_scripts/tfg/recipes.rocks.js | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/kubejs/server_scripts/tfg/recipes.rocks.js b/kubejs/server_scripts/tfg/recipes.rocks.js index 8f693fa43..9cd0483ad 100644 --- a/kubejs/server_scripts/tfg/recipes.rocks.js +++ b/kubejs/server_scripts/tfg/recipes.rocks.js @@ -657,6 +657,13 @@ function registerTFGRockRecipes(event) { .EUt(7) .dimension('ad_astra:moon') + event.recipes.gtceu.rock_breaker('tfg:moon_cobblestone') + .notConsumable('ad_astra:moon_cobblestone') + .itemOutputs('ad_astra:moon_cobblestone') + .duration(16) + .EUt(7) + .dimension('ad_astra:moon') + event.recipes.gtceu.rock_breaker('tfg:moon_deepslate') .notConsumable('ad_astra:moon_deepslate') .itemOutputs('ad_astra:moon_deepslate') @@ -671,12 +678,26 @@ function registerTFGRockRecipes(event) { .EUt(7) .dimension('ad_astra:moon') + event.recipes.gtceu.rock_breaker('tfg:glacio_cobblestone') + .notConsumable('ad_astra:glacio_cobblestone') + .itemOutputs('ad_astra:glacio_cobblestone') + .duration(16) + .EUt(7) + .dimension('ad_astra:moon') + event.recipes.gtceu.rock_breaker('tfg:mars_stone') .notConsumable('ad_astra:mars_stone') .itemOutputs('ad_astra:mars_stone') .duration(16) .EUt(7) .dimension('ad_astra:mars') + + event.recipes.gtceu.rock_breaker('tfg:mars_cobblestone') + .notConsumable('ad_astra:mars_cobblestone') + .itemOutputs('ad_astra:mars_cobblestone') + .duration(16) + .EUt(7) + .dimension('ad_astra:mars') event.recipes.gtceu.rock_breaker('tfg:venus_stone') .notConsumable('ad_astra:venus_stone') @@ -685,6 +706,13 @@ function registerTFGRockRecipes(event) { .EUt(7) .dimension('ad_astra:mars') + event.recipes.gtceu.rock_breaker('tfg:venus_cobblestone') + .notConsumable('ad_astra:venus_cobblestone') + .itemOutputs('ad_astra:venus_cobblestone') + .duration(16) + .EUt(7) + .dimension('ad_astra:mars') + event.recipes.gtceu.rock_breaker('tfg:red_granite') .notConsumable('gtceu:red_granite') .itemOutputs('gtceu:red_granite') @@ -705,6 +733,13 @@ function registerTFGRockRecipes(event) { .duration(16) .EUt(7) .dimension('ad_astra:mercury') + + event.recipes.gtceu.rock_breaker('tfg:mercury_cobblestone') + .notConsumable('ad_astra:mercury_cobblestone') + .itemOutputs('ad_astra:mercury_cobblestone') + .duration(16) + .EUt(7) + .dimension('ad_astra:mercury') // #endregion // #region sandstone