mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-30 23:30:38 +02:00
various backward-compatibility aliases
This commit is contained in:
@ -14,3 +14,8 @@ dofile(path.."/chainsaw.lua")
|
||||
dofile(path.."/tree_tap.lua")
|
||||
dofile(path.."/sonic_screwdriver.lua")
|
||||
|
||||
if minetest.get_modpath("screwdriver") then
|
||||
-- compatibility alias
|
||||
minetest.register_alias("technic:screwdriver", "screwdriver:screwdriver")
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user