Page 1 of 1
[WIP] Generator properties and recipe
Posted: Mon Feb 25, 2013 9:18 pm
by Amanite
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.
Re: Generator properties and recipe
Posted: Mon Feb 25, 2013 9:57 pm
by happy2pester
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
Posted: Mon Feb 25, 2013 10:05 pm
by Amanite
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).
Re: Generator properties and recipe
Posted: Mon Feb 25, 2013 11:02 pm
by happy2pester
Can I ask what you're trying to make? what you want it to produce and/or consume?
Re: Generator properties and recipe
Posted: Tue Feb 26, 2013 12:06 am
by Amanite
Basically, hydroponics structure. I can't find another way to make it require water supply.
Re: Generator properties and recipe
Posted: Tue Feb 26, 2013 12:23 am
by happy2pester
Ah, fair enough
Re: Generator properties and recipe
Posted: Tue Feb 26, 2013 12:36 am
by Amanite
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.
Re: Generator properties and recipe
Posted: Fri Mar 01, 2013 6:14 am
by Shalashalska
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
Posted: Sat Mar 02, 2013 10:02 am
by Amanite
But there is no way to integrate any kind of RNG in the recipe or in the device properties.