init.lua 346 B

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