henkelmax / ultimate-plane-mod

Planes in Minecraft.
2 stars 12 forks source link

French translation + option "fuel_consumption_factor" #8

Closed nouknouk closed 3 years ago

nouknouk commented 3 years ago

Note: I had to workaround the lack of precision for fuel value (an integer), especially if the factor reduces significantly the consumption.

An intermediate double value consumeAmount accumulates de bits of fuel consumption every 20 ticks ; the 'real' (int) fuel value is decreased only when accumulated fuel consumption is >= 1.0

Best regards.

henkelmax commented 3 years ago

Please split this pull request into two, since the two commit don't have anything to do with each other.