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
11 lines
346 B
Lua
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")
|