diff --git a/config.lua b/config.lua index ccefb63..85fe9f7 100644 --- a/config.lua +++ b/config.lua @@ -43,7 +43,7 @@ setting("bool", "ameliorate_floods", true, "Ameliorate lava floods on the surfac setting("bool", "volcanoes", true, "Enable volcanoes") setting("int", "volcano_min_height", 20, "Minimum volcano peak") setting("int", "volcano_max_height", 200, "Maximum volcano peak") -setting("float", "volcano_min_slope", 0.5, "Minimum volcano slope") +setting("float", "volcano_min_slope", 0.75, "Minimum volcano slope") setting("float", "volcano_max_slope", 1.5, "Maximum volcano slope") setting("int", "volcano_region_mapblocks", 15, "Map blocks per chunk") diff --git a/description.txt b/description.txt index ef2197c..7dc77e7 100644 --- a/description.txt +++ b/description.txt @@ -1 +1 @@ -Removes default mapgen lava and adds widely-spaced vertical lava "veins". \ No newline at end of file +Removes default mapgen lava and adds widely-spaced volcanoes and lava "veins". \ No newline at end of file diff --git a/screenshot.png b/screenshot.png index ec49392..9b3a7f9 100644 Binary files a/screenshot.png and b/screenshot.png differ diff --git a/settingtypes.txt b/settingtypes.txt index 966c1de..730e135 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -20,7 +20,7 @@ magma_conduits_volcano_min_height (Minimum volcano peak elevation) int 20 magma_conduits_volcano_max_height (Maximum volcano peak elevation) int 200 #smaller slopes are steeper. 0.5 is probably the lowest this should go, #things get unrealistic around there -magma_conduits_volcano_min_slope (Minimum volcano slope) float 0.5 +magma_conduits_volcano_min_slope (Minimum volcano slope) float 0.75 #above 1.5 and the mountain becomes more of a shield volcano, #taking up a lot of map area. magma_conduits_volcano_max_slope (Maximum volcano slope) float 1.5