Hey,
I don't know why but the filters requires Carbon instead of coal. The strange thing is, if I remove the coal in the recipe the carbon is still there but it replaces the plastic.
If I remove plastic it replaces the steel.
ingredients = {
{ type = "item", name = "steel-plate", amount = 1 }
}
For now I added the filters to the building as output
results = {
{ type = "item", name = "atan-air-scrubber", amount = 1 },
{ type = "item", name = "atan-pollution-filter", amount = 1000 },
},
but that is kinda cheating but I dont want to build everytime a building to get just 1 filter.
The problem remains even if I remove all other mods. Just Vanilla + Air Scrubbing.