[Modded content] Inserter and furnace
[Modded content] Inserter and furnace
Hello !
So I made a mod with a custom furnace and custom smelting.
Problem is, one of the recipe takes coal as an ingredient.
Inserter is ok to put coal in the fuel slot, but not in the ingredient slot.
Which means I can't use inserters to automate the production. That sucks.
Could you do something for it ?
So I made a mod with a custom furnace and custom smelting.
Problem is, one of the recipe takes coal as an ingredient.
Inserter is ok to put coal in the fuel slot, but not in the ingredient slot.
Which means I can't use inserters to automate the production. That sucks.
Could you do something for it ?
Re: Inserter and furnace
Just a question, why would you want to use coal in two parts of the furnace? Isnt it better to make the fuel cost higher?
Re: Inserter and furnace
Because coal is the only ingredient in the recipe
(And you can use something else as fuel ... hint hint)
(And you can use something else as fuel ... hint hint)
Re: Inserter and furnace
This is problematic. How should the logic work? The problem here is that you don't select the recipe for furnace - it does that automatically. So let's say you would have a furnace that you want to use for regular iron ore smelting. But the coal arrives first. You can't tell what the player wants to use the furnace for so you just put the coal into the source slot and the furnace is blocked for iron (and it is messing the subsequent belts).
Re: Inserter and furnace
Nah, it's a custom furnace, it cannot smelt what the regular furnace does.slpwnd wrote:This is problematic. How should the logic work? The problem here is that you don't select the recipe for furnace - it does that automatically. So let's say you would have a furnace that you want to use for regular iron ore smelting. But the coal arrives first. You can't tell what the player wants to use the furnace for so you just put the coal into the source slot and the furnace is blocked for iron (and it is messing the subsequent belts).
In this case, coal would go in the two slots
(It's an entirely different crafting category, if that can help )
Re: Inserter and furnace
tgen why not have it just take coal, and then produce the end product over time, like how burner drills work, just without anything to mine, OR have it run on electricity, like the electric furnace and ONLY work on coal.Nirahiel wrote:Nah, it's a custom furnace, it cannot smelt what the regular furnace does.slpwnd wrote:This is problematic. How should the logic work? The problem here is that you don't select the recipe for furnace - it does that automatically. So let's say you would have a furnace that you want to use for regular iron ore smelting. But the coal arrives first. You can't tell what the player wants to use the furnace for so you just put the coal into the source slot and the furnace is blocked for iron (and it is messing the subsequent belts).
In this case, coal would go in the two slots
(It's an entirely different crafting category, if that can help )
Re: Inserter and furnace
Oh yeah that might work
Or not, because the burner inserter takes fuel and no input ingredient, i want the opposite...
Or not, because the burner inserter takes fuel and no input ingredient, i want the opposite...
Re: Inserter and furnace
If you can tell what you want maybe we can help better
Why you dont want an assembly recipe?
Why you dont want an assembly recipe?
Re: Inserter and furnace
Cause it's not an assembly, I'm transforming a raw item into another raw item by applying heat
And also because I need the code from the furnace, it's a sort of furnace.
If I tell more, I might spoil the next release of my mod
And also because I need the code from the furnace, it's a sort of furnace.
If I tell more, I might spoil the next release of my mod
Re: Inserter and furnace
Sorry, don't want to blame you, but how should others help, if you don't want to describe the problem in detail. Maybe there is a completely different solution possible? who knows?
Or in other words: Either someone wants help, or not. If yes, he/she needs to explain the problem in detail, if needed.
Or in other words: Either someone wants help, or not. If yes, he/she needs to explain the problem in detail, if needed.
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Re: Inserter and furnace
Well, it's a coke oven.
So it's basically a furnace, used to turn coal into coke coal.
Not an assembler.
Also it can't smelt regular items.
So it's basically a furnace, used to turn coal into coke coal.
Not an assembler.
Also it can't smelt regular items.
Re: Inserter and furnace
So... it's the cokery from the Treefarm mod.
Re: Inserter and furnace
and THAT is why I didnt want to tell what it was.n9103 wrote:So... it's the cokery from the Treefarm mod.
No, not at all, the cokery from the treefarm mod is based on an assembly machine, it uses electricity, and the crafting recipe is meh ..
I'm using different resources to craft the coke oven, the result is not the same, and there will be extra products created, once the interfaces I need are properly coded by the devs (which i'm going to ask for when the main function of the oven is done)
Next time n9103, think about what you're going to say before posting stupid stuff.
Re: Inserter and furnace
and if you had actually given a more detailed response any of the times you were asked, you wouldn't have gotten that response, so bite me.
Re: Inserter and furnace
I was 3 weeks in Greece in September and there where many cats around we stayed and in the night that sound like that.
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Re: [Modded content] Inserter and furnace
Moved this to Modding interface requests.