10 lines
487 B
Lua
10 lines
487 B
Lua
|
|
dofile(minetest.get_modpath("mydeck").."/joists.lua")
|
|
dofile(minetest.get_modpath("mydeck").."/deckboards.lua")
|
|
dofile(minetest.get_modpath("mydeck").."/piles.lua")
|
|
dofile(minetest.get_modpath("mydeck").."/rail.lua")
|
|
dofile(minetest.get_modpath("mydeck").."/machine.lua")
|
|
dofile(minetest.get_modpath("mydeck").."/beam.lua")
|
|
dofile(minetest.get_modpath("mydeck").."/stairs.lua")
|
|
dofile(minetest.get_modpath("mydeck").."/stain.lua")
|
|
dofile(minetest.get_modpath("mydeck").."/lattice.lua")
|