mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-03-20 19:10:39 +01:00
Adding support to old mese fence name.
This commit is contained in:
parent
9fa0ac8fd6
commit
37cef7eb06
@ -66,3 +66,5 @@ minetest.register_craft({
|
|||||||
|
|
||||||
minetest.register_alias('mese_fence', 'mesecons_mese_fence:mese_fence')
|
minetest.register_alias('mese_fence', 'mesecons_mese_fence:mese_fence')
|
||||||
print('[mesecons_mese_fence] loaded.')
|
print('[mesecons_mese_fence] loaded.')
|
||||||
|
|
||||||
|
dofile(minetest.get_modpath("mesecons_extrawires").."/legacy.lua");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user