MatEdwards / MIKE

A Minecraft modpack cetered around making money, an expansive tech tree, and aggresive mob AI.
MIT License
0 stars 0 forks source link

Label liquid buckets with what they are valid fuels for #11

Open AtomBlade opened 1 month ago

AtomBlade commented 1 month ago

Currently we have a lot of liquid generators that support a variety of fuels, but there's no way to know what the valid fuels are without going and looking at the configs and scripts. While we might be comfortable with looking at configs and scripts as the pack authors, I don't think players should be expected to do so.

Because of this, I think we should add tooltips to every bucket of valid fuel that is formatted like this:

Example: Bucket of Fuelium

fuel

In biogas engine: 100,000RF at 40RF/t In combustion engine: 80,000 at 60RF/t In portable generator: 80,000 at 256RF/t and so on, for every valid generator.

This way players can see at a glance what a specific fuel can be used in, and how effective it is. This will make selecting a fuel and generator a much easier process.