mirror of
https://github.com/HybridDog/nether-pack.git
synced 2025-06-28 22:26:45 +02:00
Made lava even more frequent
This commit is contained in:
@ -10,7 +10,7 @@ NETHER_HEIGHT = 30
|
|||||||
-- Maximum amount of randomness in the map generation
|
-- Maximum amount of randomness in the map generation
|
||||||
NETHER_RANDOM = 2
|
NETHER_RANDOM = 2
|
||||||
-- Frequency of lava (higher is less frequent)
|
-- Frequency of lava (higher is less frequent)
|
||||||
LAVA_FREQ = 250
|
LAVA_FREQ = 100
|
||||||
-- Maximum height of lava
|
-- Maximum height of lava
|
||||||
LAVA_HEIGHT = 2
|
LAVA_HEIGHT = 2
|
||||||
-- Frequency of nether trees (higher is less frequent)
|
-- Frequency of nether trees (higher is less frequent)
|
||||||
|
@ -10,7 +10,7 @@ NETHER_HEIGHT = 30
|
|||||||
-- Maximum amount of randomness in the map generation
|
-- Maximum amount of randomness in the map generation
|
||||||
NETHER_RANDOM = 2
|
NETHER_RANDOM = 2
|
||||||
-- Frequency of lava (higher is less frequent)
|
-- Frequency of lava (higher is less frequent)
|
||||||
LAVA_FREQ = 300
|
LAVA_FREQ = 250
|
||||||
-- Maximum height of lava
|
-- Maximum height of lava
|
||||||
LAVA_HEIGHT = 2
|
LAVA_HEIGHT = 2
|
||||||
-- Frequency of nether trees (higher is less frequent)
|
-- Frequency of nether trees (higher is less frequent)
|
||||||
|
Reference in New Issue
Block a user