2018-11-02 21:20:51 -04:00
|
|
|
-- LUALOCALS < ---------------------------------------------------------
|
2019-09-07 09:08:57 -04:00
|
|
|
local include, nodecore
|
|
|
|
= include, nodecore
|
2018-11-02 21:20:51 -04:00
|
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
|
2019-09-07 09:08:57 -04:00
|
|
|
nodecore.amcoremod()
|
|
|
|
|
2019-02-24 10:19:22 -05:00
|
|
|
include('api')
|
|
|
|
include('node')
|
2021-03-04 21:46:49 -05:00
|
|
|
include('dungeon')
|
2019-02-24 10:19:22 -05:00
|
|
|
include('biome')
|
|
|
|
include('strata')
|
|
|
|
include('ore')
|
2019-11-30 10:15:02 -05:00
|
|
|
include('abm')
|
2019-03-14 21:35:33 -04:00
|
|
|
include('ambiance')
|
2020-09-04 19:07:45 -04:00
|
|
|
include('hints')
|