worldgen_mod_list.append("mg")# this delays/prevents chunk generation and sometimes crashes in 0.4.13 release (tested on Windows 10)
worldgen_mod_list.append("mg")# NOTE: experimental worldgen mod delays/prevents chunk generation and sometimes crashes in 0.4.13 release (tested on Windows 10)
worldgen_mod_list.append("moretrees")
worldgen_mod_list.append("moretrees")
worldgen_mod_list.append("moreores")
worldgen_mod_list.append("moreores")
#worldgen_mod_list.append("nature_classic") # NOTE: plantlife_modpack has this and other stuff, but detecting this could help since it is unique to the modpack
#worldgen_mod_list.append("nature_classic") # NOTE: plantlife_modpack has this and other stuff, but detecting this could help since it is unique to the modpack
ifnotos.path.isdir(default_www_minetest_path):# if os_name=="windows":
default_www_minetest_path=None
default_www_minetest_path=None
prioritized_try_paths=list()
prioritized_try_paths=list()
prioritized_try_paths.append("C:\\wamp\\www")
prioritized_try_paths.append("C:\\wamp\\www")
@ -310,13 +310,13 @@ def init_minetestinfo():
minetestinfo.prepare_var("www_minetest_path",default_www_minetest_path,"your web server directory (or other folder where minetest website features and data should be placed)")
minetestinfo.prepare_var("www_minetest_path",default_www_minetest_path,"your web server directory (or other folder where minetest website features and data should be placed)")
ifos_name=="windows":
if'USERPROFILE'inos.environ:# if os_name=="windows":