Why thank you! In my opinion it would be better though, if there could be a config line to change the rounding type, rather than straight changing it from down to nearest integer in the mod files. Of course, it's entirely possible that I'm too obsessed with config options.Note that it won't match the spreadsheet without the rounding fix. Here's a temporary test version with the rounding fix for you to try if you want to: SpiceOfLife-mc1.6.4-1.0.2-test.jar
I just finished a round of testing on our current round down version using "MAX(0, 1 - MAX(0, (count-4)/5))".
Results:
Blueberry: 1, 1, 1, 1, 1, 0, 0
Apple Juice: 2, 2, 2, 2, 2, 1, 0
Strawberry Smoothie: 3, 3, 3, 3, 3, 2, 1, 1, 0
Apple Pie: 5, 5, 5, 5, 5, 4, 2, 1, 0
Hamburger: 7, 7, 7, 7, 7, 5, 4, 2, 1, 0
Bacon Mushroom Burger: 10, 10, 10, 10, 10, 8, 6, 4, 2, 0
What do you think @Eyamaz? A nice plateau for all foods, with a sharp drop-off for low tier foods, and a more gradual drop-off for the higher tier. I'll go see about one for the round to nearest integer file now....