Hello guys!
I'm now it's an easy question, but how do i craft stone bricks?
Stone Brick
Re: Stone Brick
I believe you throw stone in a furnace (5 stone to a brick) if I remember correctly. If I wasn't at school right now I'd check the code to be sure but...
<I'm really not active any more so these may not be up to date>
~FreeER=Factorio Modding
- Factorio Wiki
- My Factorio Modding Guide
- Wiki Modding Guide
Feel free to pm me![Smile :)](./images/smilies/icon_e_smile.gif)
Or drop into #factorio on irc.esper.net
~FreeER=Factorio Modding
- Factorio Wiki
- My Factorio Modding Guide
- Wiki Modding Guide
Feel free to pm me
![Smile :)](./images/smilies/icon_e_smile.gif)
Or drop into #factorio on irc.esper.net
Re: Stone Brick
I can't put stone into the furnace!
Re: Stone Brick
Oh, i see it.
type = "recipe",
name = "stone-brick",
category = "smelting",
energy_required = 100,
enabled = "true",
ingredients = {{"stone", 2}},
result = "stone-brick"
But i can't put stone into the furnace!
type = "recipe",
name = "stone-brick",
category = "smelting",
energy_required = 100,
enabled = "true",
ingredients = {{"stone", 2}},
result = "stone-brick"
But i can't put stone into the furnace!
Re: Stone Brick
What is your version?
(Main menu -> about -> version)
(Main menu -> about -> version)
Re: Stone Brick
0.3.1
Re: Stone Brick
Oh, and isn't it campaign game?
Try to open console (~) and write (copy paste):
If it is campaign and this helps, I understand what happened and is bug that I didn't think of (and is really easy to fix).
Try to open console (~) and write (copy paste):
Code: Select all
game.player.force.recipes["stone-brick"].enable()
Re: Stone Brick
Thank you! It helped! But i still have a problem.
Yes, this is a campaign level, but i can't see my mission objective window thingy as you can see it in the picture.
Can you help me please?
Yes, this is a campaign level, but i can't see my mission objective window thingy as you can see it in the picture.
Can you help me please?