2019-01-06 12:02:37 -05:00
|
|
|
-- LUALOCALS < ---------------------------------------------------------
|
2019-02-03 12:44:33 -05:00
|
|
|
local nodecore
|
|
|
|
= nodecore
|
2019-01-06 12:02:37 -05:00
|
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
|
|
|
|
function nodecore.buildable_to(node_or_pos)
|
2019-02-03 12:44:33 -05:00
|
|
|
return nodecore.match(node_or_pos, {buildable_to = true})
|
2019-01-06 12:02:37 -05:00
|
|
|
end
|