mirror of
https://github.com/webmin/webmin.git
synced 2026-02-11 01:32:03 +00:00
Handle other biome types
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user