6e0d5a0778
- Apply stratification last in shared mapgens, so it can see all already-placed ores. - Support stratification for nodes other than plain stone. - Register lode stone and lode ore for stratification.
12 lines
277 B
Lua
12 lines
277 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include
|
|
= include
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
include('api')
|
|
include('node')
|
|
include('biome')
|
|
include('strata')
|
|
include('ore')
|
|
include('grasslife')
|