diff --git a/kubejs/startup_scripts/tfc/register_climates.js b/kubejs/startup_scripts/tfc/register_climates.js index 3b06bc2b2..ec0317c87 100644 --- a/kubejs/startup_scripts/tfc/register_climates.js +++ b/kubejs/startup_scripts/tfc/register_climates.js @@ -162,7 +162,7 @@ TFCEvents.registerClimateModel(event => { // irl mars' poles have a snowfall of 0.13mm but that's barely noticeable here. // Use a negative rainfall to stop it snowing closer to the equator. TFC clamps negatives to zero so it's fine - return calcAverage(pos.z, 10000, 13, -25) + return calcAverage(pos.x, 10000, 13, -25) }) builder.setAirFog((level, pos, calendarTicks) => 0)