Vanessa Dannenberg 94fa40c6f7 update castles, areas, areas_protector, bakedclay, signs_lib,
bees, blox, bobblocks, coloredwood, homedecor, technic,
currency, digilines, digistguff, facade, farming_redo,
framedglass, gloopblocks, ilights, led_marquee, maptools,
mesecons, moreblocks, moreores, mymillwork, plasticbox,
replacer, ropes, street_signs, solidcolor, stained_glass,
teleport_request, unified_inventory, unifieddyes, worldedit,

add basic_signs, notify_hud_provider
2019-09-11 13:58:21 -04: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")