mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-12 21:10:24 +02:00
checkpoint. stairsplus is done, excluding the circular saw, and testing
This commit is contained in:
@ -2,7 +2,4 @@
|
||||
minetest.register_alias("circular_saw", "stairsplus:circular_saw")
|
||||
minetest.register_alias("moreblocks:circular_saw", "stairsplus:circular_saw")
|
||||
|
||||
for _, t in pairs(stairsplus.circular_saw.names) do
|
||||
minetest.register_alias("moreblocks:" .. t[1] .. "_jungle_wood" .. t[2],
|
||||
"stairsplus:" .. t[1] .. "_junglewood" .. t[2])
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user