Hello,
I am currently making a mod and I need help, as I am trying to create a special time of generator which would need 20°C water for optimal functioning.
Does anyone has an idea about how to alter these properties?
Also, I need to make a recipe with one input and two different items resulting.
Thanks.
[WIP] Generator properties and recipe
[WIP] Generator properties and recipe
Last edited by rymn on Thu Mar 07, 2013 4:28 pm, edited 1 time in total.
Reason: naming convention
Reason: naming convention
-
- Burner Inserter
- Posts: 8
- Joined: Mon Feb 25, 2013 8:52 pm
- Contact:
Re: Generator properties and recipe
In other words, you want to skip the boiler step? I don't know how to help, I don't even have the game yet, but it seems to me what you want to make is a part that should be generating electricity practically for free?
Re: Generator properties and recipe
No I don't. I just need to use a generator like structure but not to produce electricity.
I need to make an entity which requires water much like the steam engine, but with a 20°C optimal working temperature. It would produce negative energy (consume).
I need to make an entity which requires water much like the steam engine, but with a 20°C optimal working temperature. It would produce negative energy (consume).
-
- Burner Inserter
- Posts: 8
- Joined: Mon Feb 25, 2013 8:52 pm
- Contact:
Re: Generator properties and recipe
Can I ask what you're trying to make? what you want it to produce and/or consume?
Re: Generator properties and recipe
Basically, hydroponics structure. I can't find another way to make it require water supply.
-
- Burner Inserter
- Posts: 8
- Joined: Mon Feb 25, 2013 8:52 pm
- Contact:
Re: Generator properties and recipe
Ah, fair enough
Re: Generator properties and recipe
For the recipe, it's about nuclear energy. I'm trying to make nuclear enrichment, but it would imply only one out of 100 uranium ore would give uranium 235 instead of 238 when put in a centrifuge. But I cannot possibly find a way to do that.
-
- Inserter
- Posts: 21
- Joined: Sun Feb 24, 2013 5:33 am
- Contact:
Re: Generator properties and recipe
You could possibly generate a random integer from 1 to 100, and when it is 1, produce 235 in a different slot than the 238 goes.
Re: Generator properties and recipe
But there is no way to integrate any kind of RNG in the recipe or in the device properties.