since the iron ore i belive does not have an actual crafting recipe since it is a resource and you mine to get it, i could add a recipe for it and hide it from all but one crafting machine that gives you two ore after.drs9999 wrote:May I ask how you achieve that?
The only way to do that that comes to my mind is that you changed the vanilla-recipe and in that case the furnace will do the same.
I am probably wrong, but I am relative sure that I tried something similar some days ago and receive an error, because of creating a recipe like this15Cyndaquil wrote:actualy i could it would have to be like i put in one iron ore and get two out
[MOD 0.2.10] Electric Furnace that actually works
-
- Long Handed Inserter
- Posts: 63
- Joined: Fri Feb 15, 2013 10:34 pm
- Contact:
Re: [MOD 0.2.10] Electric Furnace that actually works
The more complicated the game the better
Re: [MOD 0.2.10] Electric Furnace that actually works
Yes that is true, but if I try this:15Cyndaquil wrote:since the iron ore i belive does not have an actual crafting recipe since it is a resource and you mine to get it, i could add a recipe for it and hide it from all but one crafting machine that gives you two ore after.
Code: Select all
{
"result": "iron-ore",
"result-count": 2,
"ingredients": { "iron-ore": 1 }
},
Re: [MOD 0.2.10] Electric Furnace that actually works
That crashes because the game tries to make the total raw to make an iron ore, and to make two iron ore you need one, to make that one, you need another eyc, so the game goes in a infinite loop and crashes
Re: [MOD 0.2.10] Electric Furnace that actually works
Yes, thats why I ask how he achieved it that it doesnt crash...
Re: [MOD 0.2.10] Electric Furnace that actually works
He didnt try it yet?I could
Re: [MOD 0.2.10] Electric Furnace that actually works
Maceartor ...
I would just make recipe category for macerator add recipe
one ore -> 2 ore dust
and add 1 ore dust -> one iron plate into the furnace category.
I would just make recipe category for macerator add recipe
one ore -> 2 ore dust
and add 1 ore dust -> one iron plate into the furnace category.
Re: [MOD 0.2.10] Electric Furnace that actually works
Prototipe "iron-plate" registered twicekovarex wrote:Maceartor ...
I would just make recipe category for macerator add recipe
one ore -> 2 ore dust
and add 1 ore dust -> one iron plate into the furnace category.
(I know is fixed for 0.3 And I cant wait D:)
-
- Long Handed Inserter
- Posts: 63
- Joined: Fri Feb 15, 2013 10:34 pm
- Contact:
Re: [MOD 0.2.10] Electric Furnace that actually works
kovarex that is what i was going to do in the next update but i was thinking of making it for 0.2.10
The more complicated the game the better
Re: [MOD 0.2.10] Electric Furnace that actually works
Again, you cant do it, because in 0.2.10 you cant have two recipes for one item, because the error that I said, is sent, you need to wait for 0.315Cyndaquil wrote:kovarex that is what i was going to do in the next update but i was thinking of making it for 0.2.10
-
- Long Handed Inserter
- Posts: 63
- Joined: Fri Feb 15, 2013 10:34 pm
- Contact:
Re: [MOD 0.2.10] Electric Furnace that actually works
I know i cant make it that way in 0.2.10 but i may try to make it a different way for this version
The more complicated the game the better
Re: [MOD 0.2.10] Electric Furnace that actually works
I can tell you a way, but it needs lua codding.
-
- Long Handed Inserter
- Posts: 63
- Joined: Fri Feb 15, 2013 10:34 pm
- Contact:
Re: [MOD 0.2.10] Electric Furnace that actually works
that would be a problem i hardly know any code
The more complicated the game the better