Handle other biome types

This commit is contained in:
Jamie Cameron
2017-08-19 21:59:09 -07:00
parent 3d18598111
commit 38fde959e7

View File

@@ -27,7 +27,7 @@ print &ui_table_row($text{'conf_type'},
&ui_select("type", $type,
[ [ "DEFAULT", $text{'conf_type_default'} ],
[ "FLAT", $text{'conf_type_flat'} ],
[ "LARGEBIOMES", $text{'conf_type_largebiomes'} ] ]));
[ "LARGEBIOMES", $text{'conf_type_largebiomes'} ] ], 1, 0,1));
# Generate structures in new worlds
my $structs = &find_value("generate-structures", $conf) || "true";