changed combustion recipes to be dimension-limited again
This commit is contained in:
parent
416a107b2e
commit
a904b02a51
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue