From 0a30ac579752d132a4cbc56009c597ea036b03d6 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 4 Oct 2025 15:02:08 +0100 Subject: [PATCH] fix #1933 --- kubejs/server_scripts/tfg/recipes.rocks.js | 1 + 1 file changed, 1 insertion(+) diff --git a/kubejs/server_scripts/tfg/recipes.rocks.js b/kubejs/server_scripts/tfg/recipes.rocks.js index 320678422..cf63c7437 100644 --- a/kubejs/server_scripts/tfg/recipes.rocks.js +++ b/kubejs/server_scripts/tfg/recipes.rocks.js @@ -281,6 +281,7 @@ function registerTFGRockRecipes(event) { { raw: 'ae2:sky_stone_brick', polished: 'ae2:sky_stone_small_brick' }, { raw: 'ae2:sky_stone_small_brick', polished: 'ae2:smooth_sky_stone_block' }, { raw: 'gtceu:certus_quartz_block', polished: 'ae2:cut_quartz_block' }, + { raw: 'tfc:alabaster/raw', polished: 'tfc:alabaster/polished' }, // Concrete { raw: 'tfg:titanium_concrete', polished: 'tfg:polished_titanium_concrete' },