Request for new powergen configuration items
dashkal16 opened this issue ยท 2 comments
I'm looking to add a few new configuration items:
D:HeatGenerationLava=5.0
D:WindGenerationMin=60.0
I:WindGenerationMinY=64
D:WindGenerationMax=120.0
I:WindGenerationMinY=128
To apply the wind configuration, clamp the Y of the turbine within the listed bounds, then generate according to a linear scale.
Use case is to allow me to have better control over the last few power generation items.
I'm actively working on writing the code myself. PR will come when I've completed and tested the changes.