Fix thermal regulation this time for real (#36062)

This commit is contained in:
slarticodefast
2025-03-25 00:55:16 +01:00
committed by GitHub
parent 37c88debb5
commit 9502ca0d23
2 changed files with 3 additions and 3 deletions

View File

@@ -265,7 +265,7 @@
sweatHeatRegulation: 2000
shiveringHeatRegulation: 2000
normalBodyTemperature: 310.15
thermalRegulationTemperatureThreshold: 10
thermalRegulationTemperatureThreshold: 2
- type: Perishable
- type: Butcherable
butcheringType: Spike # TODO human.

View File

@@ -157,7 +157,7 @@
sweatHeatRegulation: 2000
shiveringHeatRegulation: 2000
normalBodyTemperature: 310.15
thermalRegulationTemperatureThreshold: 10
thermalRegulationTemperatureThreshold: 2
- type: MovedByPressure
# Used for mobs that require regular atmospheric conditions.
@@ -173,7 +173,7 @@
sweatHeatRegulation: 500
shiveringHeatRegulation: 500
normalBodyTemperature: 310.15
thermalRegulationTemperatureThreshold: 10
thermalRegulationTemperatureThreshold: 2
- type: Temperature
heatDamageThreshold: 325
coldDamageThreshold: 260