Fix init.lua file.

master
Vaughan Lapsley 2016-05-24 13:53:31 +10:00
parent eeb6e1222e
commit c13ff952f7
1 changed files with 5 additions and 5 deletions

View File

@ -22,11 +22,11 @@ aus.schematics = {}
-- Set the following to 1 to enable biome or 0 to disable
aus.biome_underground = 1
aus.biome_mangroves = 0
aus.biome_tasman_sea = 0
aus.biome_great_australian_bight = 0
aus.biome_indian_ocean = 0
aus.biome_great_barrier_reef = 0
aus.biome_mangroves = 1
aus.biome_tasman_sea = 1
aus.biome_great_australian_bight = 1
aus.biome_indian_ocean = 1
aus.biome_great_barrier_reef = 1
aus.biome_timor_sea = 1
aus.biome_jarrah_karri_forests = 1
aus.biome_eastern_coasts = 1