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-03-10 15:47:22 -04:00
|
|
|
include("setup")
|
2020-09-04 13:35:38 -04:00
|
|
|
include("breath")
|
|
|
|
include("hotbar")
|
2019-03-06 13:50:54 -05:00
|
|
|
include("touchtip")
|
2019-08-23 20:40:33 -04:00
|
|
|
include("pretrans")
|
2020-09-10 22:28:25 -04:00
|
|
|
include("hints")
|