Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix volume and weight of cornmeal and dry corn kernels #72297

Merged
merged 3 commits into from
Mar 11, 2024

Conversation

wwkk222208
Copy link
Contributor

@wwkk222208 wwkk222208 commented Mar 10, 2024

Summary

None

Purpose of change

The calorie content of starch is about 381 calories per 100g(https://www.nutritionix.com/food/cornstarch/100-g). The data of flour in the game is roughly consistent with it, but the data of cornmeal is much lower. I verified the calorie of the corn cob and the calorie of the corn kernels, and they are both similar to the reference. The mass of corn flour in the game seems to be converted from the mass of the dried corn kernels (180g / 3 = 60g), which is too large.

moisture ratio of corn: 22%-32%(https://cropwatch.unl.edu/harvesting-drying-storing-late-maturing-high-moisture-corn)
Density of corn:0.72g/cm³(https://www.aqua-calc.com/page/density-table/substance/corn-coma-and-blank-on-blank-the-blank-cob)
Mass and calories of corn cob: 95 calories per 100 grams (https://kochkosmos.com/en/how-many-calories-does-a-whole-corn-cob-have-clarification/)

Describe the solution

cornmeal:weight:60g->12.5g volume: 107ml->24ml (same with flour)
dry corn kernels: weight: 180g->45g volume:255ml ->83ml
corn kernels: weight: 210g->60g volume: 285ml->83ml
corn cob: weight:690g->140g volume:750ml->195ml

Describe alternatives you've considered

Testing

Additional context

@wwkk222208 wwkk222208 marked this pull request as ready for review March 10, 2024 17:25
@github-actions github-actions bot added [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions labels Mar 10, 2024
@wwkk222208 wwkk222208 marked this pull request as draft March 11, 2024 02:45
@wwkk222208 wwkk222208 force-pushed the corn branch 2 times, most recently from 995952f to 7a65051 Compare March 11, 2024 03:55
@wwkk222208 wwkk222208 marked this pull request as ready for review March 11, 2024 04:04
@github-actions github-actions bot added Code: Tests Measurement, self-control, statistics, balancing. BasicBuildPassed This PR builds correctly, label assigned by github actions labels Mar 11, 2024
@Maleclypse Maleclypse merged commit 22a7030 into CleverRaven:master Mar 11, 2024
22 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions Code: Tests Measurement, self-control, statistics, balancing. [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants