Skip to content

Conversation

@MrMelbert
Copy link
Owner

  • Gives mobs a tiny bit of innate insulation

  • Returning to standard body temperature is 3x faster

  • Max body temp is limited to ~600 kelvin

Largely just intended to make extreme cold and extreme heat less aggressive while I'm working on re-doing a bunch of the math (which has turned out to be quite difficult)

@github-actions github-actions bot added the Non-Module Code Touches main files. Proceed with caution label May 17, 2025
return 0
amount = round(amount, 0.01)
min_temp = max(min_temp, TCMB)
max_temp = max(max_temp, CELCIUS_TO_KELVIN(330 CELCIUS))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is that meant to be max(), rather than min()?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps should be a min

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Non-Module Code Touches main files. Proceed with caution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants