turn climates back on

This commit is contained in:
Pyritie 2025-05-06 13:01:14 +01:00
parent fb9988f5f6
commit 4c34d40689

View file

@ -110,7 +110,7 @@ TFCEvents.registerClimateModel(event => {
model.setWindVector((block, calendarTicks) => event.newVec2(0, 0))
})
/*event.registerClimateModel('tfg:orbit_climate', model => {
event.registerClimateModel('tfg:orbit_climate', model => {
// There's basically no heat diffusion in space so we can pretend this is your spacesuit temp
model.setCurrentTemperatureCalculation((level, pos, calendarTicks, daysInMonth) => 15)
@ -159,5 +159,5 @@ TFCEvents.registerClimateModel(event => {
model.setAirFog((level, pos, calendarTicks) => 0)
model.setWaterFog((level, pos, calendarTicks) => 0.25)
model.setWindVector((block, calendarTicks) => event.newVec2(0.25, 0.25))
})*/
})
})