fix caves generation

This commit is contained in:
Xertis 2025-02-18 21:54:18 +03:00 committed by GitHub
parent 1584b07706
commit 4c8b082418
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
local _, dir = parse_path(__DIR__)
local ores = require "base:generation/ores"
math.randomseed(SEED)
ores.load(dir)
function place_structures(x, z, w, d, hmap, chunk_height)