[common] #Whether hot air balloons take in furnace fuel instead of ignition furnace_fuel = false [common."wind patterns"] #Duration in ticks for how often the wind changes #Default: 24000 wind_period_length = 24000 #Whether wind changes at all wind_changes = true #Percent by which wind changes each duration #Default: 2.5% #Range: 0.0 ~ 1.0 wind_change_percent = 0.025 #Wind directions lock to multiples of 45 degrees, aka N/S/E/W/NE/SE/NW/SW octo_cardinal = false [common."wind patterns"."speed modifiers"] #Speed modifier for biomes with less wind #Default: 0.7 low_wind_modifier = 0.7 #Speed modifier for biomes with more wind #Default: 1.3 high_wind_modifier = 1.3 #Speed modifier added for each higher atmospheric layer #Default: 0.065 altitude_bonus = 0.065