18b01c1ae7
Hints themselves have not been tided up much, but this makes the project of fixing the hints for each mod a little more manageable and breaks up the hard-to-navigate single monolithic hints file in the old guide mod. The old guide mod has now been completely retired. Hints are now a full-fledged API-layer standard feature.
17 lines
374 B
Lua
17 lines
374 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("api")
|
|
include("ore")
|
|
include("fluid")
|
|
include("react")
|
|
include("tools")
|
|
include("cherenkov")
|
|
include("radiation")
|
|
include("renew")
|
|
include("hints")
|