turn climates back on
This commit is contained in:
parent
fb9988f5f6
commit
4c34d40689
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
})*/
|
||||
})
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue