Furnace Recipe Selection


Allows you to select the recipe a furnace uses.

Utilities
9 months ago
1.1 - 2.0
2.35K
Manufacturing

b Support for titanium ore from FE+?

5 months ago

Hi there,

I have updated many FE+ mods (from 1.1 to 2.0) and I noticed that your mod does not support the Titanium ore from that mod. The recipe goes as follows:

  {
    type = "recipe",
    name = "titanium-ore",
    category = "chemistry",
    energy_required = 5,
    enabled = false,
    ingredients =.
    {
      {type="item", name="iron-ore", amount=2},
      {type="fluid", name="sulfuric-acid", amount=5},
      {type="fluid", name="water", amount=2}
    },
    allow_productivity = true,
    results = {{type="item", name="titanium-ore", amount=2}}
  }

I cannot change chemistry to anything else as this ore needs to be created in chemical plants.

5 months ago

Sorry, false alert. In the item.lua I set hidden = true which causes this "bug".

New response