squeek502 / SpiceOfLife

A Minecraft mod that encourages dietary variety through diminishing returns
The Unlicense
23 stars 26 forks source link

[1.10.2] Maximum eating duration sets the minimum as well #103

Closed ulk-underscore closed 8 years ago

ulk-underscore commented 8 years ago

Is set food.eating.duration.max to 128 in the config. Now even the first food I eat in a newly generated world will take a long time to eat (presumably the 128). I also changed the config to (1) not affect hunger and (2) affect saturation and (3) use the amount of hunger restored instead of the amount of food eaten. So it might occur only with this configuration. Full config

squeek502 commented 8 years ago

Wow, good catch, I totally messed this one up and it's using the config option as a minimum instead of a maximum. 😢

UndeadZeratul commented 8 years ago

It looks like you fixed it in the 1.7.10 branch; the 1.9.4 (and thus 1.10.2) branch still has it as max()

Thanks for fixing it in the 1.7.10 branch though! I might actually put the config back now that I know it was broken and is now fixed :smiley:

squeek502 commented 8 years ago

Yep, will merge it through and release new versions for each MC version when I get a chance.