mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-03 16:40:42 +02:00
checkpoint. stairsplus is done, excluding the circular saw, and testing
This commit is contained in:
8
stairsplus/util.lua
Normal file
8
stairsplus/util.lua
Normal file
@ -0,0 +1,8 @@
|
||||
stairsplus.util = {
|
||||
table_set_all = function(t, other_table)
|
||||
for key, value in pairs(other_table) do
|
||||
t[key] = value
|
||||
end
|
||||
return t
|
||||
end
|
||||
}
|
Reference in New Issue
Block a user