f70c34cf8e
This declutters nc_terrain and paves the way for more igneous content
15 lines
333 B
Lua
15 lines
333 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include('api')
|
|
include('node')
|
|
include('biome')
|
|
include('strata')
|
|
include('ore')
|
|
include('abm')
|
|
include('ambiance')
|