mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-15 23:00:32 +01:00
Fixed typo and path.
This commit is contained in:
parent
fa0752af83
commit
de38464e5d
|
@ -64,7 +64,7 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
dofile(minetest.get_modpath("mesecons_mese_fence").."/legacy.lua");
|
||||
minetest.register_alias('mese_fence', 'mesecons_mese_fence:mese_fence')
|
||||
print('[mesecons_mese_fence] loaded.')
|
||||
|
||||
dofile(minetest.get_modpath("mesecons_extrawires").."/legacy.lua");
|
||||
|
|
Loading…
Reference in New Issue
Block a user