diff --git a/kubejs/server_scripts/tfg/recipes.space.js b/kubejs/server_scripts/tfg/recipes.space.js index 60845e78c..064ff56ad 100644 --- a/kubejs/server_scripts/tfg/recipes.space.js +++ b/kubejs/server_scripts/tfg/recipes.space.js @@ -4,7 +4,7 @@ function registerTFGSpaceRecipes(event) { // Change where you can do other recipes - /*const allowedCombustibleDims = [ + const allowedCombustibleDims = [ { dimension: "minecraft:the_nether", type: "dimension" @@ -26,7 +26,7 @@ function registerTFGSpaceRecipes(event) { }) event.findRecipes({ type: "gtceu:gas_turbine" }).forEach(recipe => { recipe.json.add("recipeConditions", allowedCombustibleDims) - })*/ + }) // Air collector