Made lava even more frequent

This commit is contained in:
Joel Leclerc 2012-04-18 18:26:07 -06:00
parent d597ef63a4
commit 9c845230e8
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ NETHER_HEIGHT = 30
-- Maximum amount of randomness in the map generation
NETHER_RANDOM = 2
-- Frequency of lava (higher is less frequent)
LAVA_FREQ = 250
LAVA_FREQ = 100
-- Maximum height of lava
LAVA_HEIGHT = 2
-- Frequency of nether trees (higher is less frequent)

View File

@ -10,7 +10,7 @@ NETHER_HEIGHT = 30
-- Maximum amount of randomness in the map generation
NETHER_RANDOM = 2
-- Frequency of lava (higher is less frequent)
LAVA_FREQ = 300
LAVA_FREQ = 250
-- Maximum height of lava
LAVA_HEIGHT = 2
-- Frequency of nether trees (higher is less frequent)