fix caves generation
This commit is contained in:
parent
1584b07706
commit
4c8b082418
@ -1,5 +1,6 @@
|
|||||||
local _, dir = parse_path(__DIR__)
|
local _, dir = parse_path(__DIR__)
|
||||||
local ores = require "base:generation/ores"
|
local ores = require "base:generation/ores"
|
||||||
|
math.randomseed(SEED)
|
||||||
ores.load(dir)
|
ores.load(dir)
|
||||||
|
|
||||||
function place_structures(x, z, w, d, hmap, chunk_height)
|
function place_structures(x, z, w, d, hmap, chunk_height)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user