VanessaE 4394beec6a Convert the modpack into a standalone game for the Minetest engine
Integrated into the game is most of minetest_game as the stable base
2021-02-24 22:05:32 -05:00

11 lines
346 B
Lua

facade = {}
-- Define the shapes and registration functions
dofile (minetest.get_modpath("facade") .. "/shapes.lua")
-- Register the nodes made from compatible materials
dofile (minetest.get_modpath("facade") .. "/materials.lua")
-- Add a dedicated machine to produce the facade shapes
dofile (minetest.get_modpath("facade") .. "/shaper.lua")