jobarepeco Posted March 13 Posted March 13 [42.5.1] [Singleplayer] [no mods] [new and old saves] 1. Cook any Stew 2. Eat half 3. Divide into 2 bowls The full value of the Stew is divided to the bowls, ignoring that you just ate half of it effectively duplicanting the contents of the cooking pot. Sorry for no pictures
Hugo Qwerty Posted March 13 Posted March 13 This bug was in B41 as well, I think it only impacts on the hunger value & not the actual calories. Line 409 of recipecode.lua result:setHungChange(item:getBaseHunger() / 2); Should be: result:setHungChange(item:getHungChange() / 2); (Line 339, which is the code for splitting into 4 bowls works correctly) (Untested) B41 bug report:
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now