-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Fuel Generator fuel input configurable. #778
Comments
The fuel list should be moved to the config file, I think. |
Might a way to do it be a list with String keys tied to values? Have EA iterate through the liquid list and if it finds a liquid with a name that exists in the list take the number value as the fuel value? I do something similar with MFS for fuel compatibility, however I have it auto-populate the config with all liquid values, which may not be what you want. You could always statically put the liquids in, however that might result in some uncommon mods with oddball liquids not being compatible without a PR. |
The API in #652 does support changing fuels as well, although it doesn't provide any minetweaker support for such actions. |
That API would require other modders to include it in their builds to function with EA, yes? Does that mean that it wouldn't be configurable for modpacks/servers should modders decide not to bother with inclusion? Or are we going to see and ELNTweaker offshoot? Trying to see how the API would factor in with the 99% of players who want to configure things and don't know how to code. Not saying it's wrong to use that rather than a config, however I worry about the limitations of such a method. |
In theory you should be able to just drop the API into your mods src or use the API module in gradle since I've setup the I know of at least one modpack that had a mod they made specificly for tweaks, though that probably is a bit more effort than normal for most modpack creators. I suppose it would be possible to add minetweaker support for the fuel lists too. |
Current fuel generator setup has static fuel values for fuel generator and turbine. This does not yield itself well to modpacks as it can result in the fuel values being over-powered should fuel be plentiful. I understand generators are supposed to be a 'bad' power option, but if you have tanks full of IE biodiesel or GC fuel then what does it matter? Especially when the 200V unit can make as much power as two 200V heat turbines with far less explodey-ness.
The text was updated successfully, but these errors were encountered: