changed combustion recipes to be dimension-limited again

This commit is contained in:
Pyritie 2025-07-09 17:14:06 +01:00
parent 416a107b2e
commit a904b02a51

View file

@ -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