19e20e4406
These are similar to wooden shelves, except: - They are not flammable and protect all contents from fire. - They can be accessed from the top as well, so can be used for e.g. floor storage.
13 lines
306 B
Lua
13 lines
306 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("ore")
|
|
include("metallurgy")
|
|
include("tools")
|
|
include("shafts")
|
|
include("shelf")
|