diff --git a/kubejs/startup_scripts/tfc/register_climates.js b/kubejs/startup_scripts/tfc/register_climates.js index 99ce63f56..a8856d81f 100644 --- a/kubejs/startup_scripts/tfc/register_climates.js +++ b/kubejs/startup_scripts/tfc/register_climates.js @@ -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)) - })*/ + }) }) \ No newline at end of file