a7d7aefc5c
Can construct simply using a stack of sticks. Makes it possible to maintainably tunnel upwards to bring in sunlight for indoor light for shallow builds, and provides a safe walking surface above. Also: - Fixed recipe rotation to include normal check.
14 lines
429 B
Lua
14 lines
429 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local dofile, minetest
|
|
= dofile, minetest
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
local modname = minetest.get_current_modname()
|
|
local path = minetest.get_modpath(modname)
|
|
|
|
dofile(path .. "/adze.lua")
|
|
dofile(path .. "/plank.lua")
|
|
dofile(path .. "/staff.lua")
|
|
dofile(path .. "/tools.lua")
|
|
dofile(path .. "/ladder.lua")
|