From 38fde959e799d36da59b4f653401a32705fd052d Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sat, 19 Aug 2017 21:59:09 -0700 Subject: [PATCH] Handle other biome types --- minecraft/edit_conf.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft/edit_conf.cgi b/minecraft/edit_conf.cgi index 91e3a00f0..e1c54db81 100755 --- a/minecraft/edit_conf.cgi +++ b/minecraft/edit_conf.cgi @@ -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";