11 lines
346 B
Lua
Raw Normal View History

2018-06-26 18:03:58 -04:00
facade = {}
-- Define the shapes and registration functions
dofile (minetest.get_modpath("facade") .. "/shapes.lua")
2018-06-26 18:03:58 -04:00
-- Register the nodes made from compatible materials
dofile (minetest.get_modpath("facade") .. "/materials.lua")
2018-06-26 18:03:58 -04:00
-- Add a dedicated machine to produce the facade shapes
dofile (minetest.get_modpath("facade") .. "/shaper.lua")