58109d30e7
It should now be possible to obtain the new optical stuff given only resources in-game. The molten glass casting process, in particular, should be at least a little interesing. These recipes aren't very interesting and may be subject to refinements in the future.
12 lines
279 B
Lua
12 lines
279 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include
|
|
= include
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
include("api")
|
|
include("glass")
|
|
include("lens")
|
|
include("prism")
|
|
include("cooking")
|
|
include("crafting")
|