minetest-mm/mods/facade/init.lua

11 lines
346 B
Lua
Raw Normal View History

2020-11-15 20:25:38 +01:00
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")