1
0
mirror of https://github.com/minetest-mods/mesecons.git synced 2025-05-23 10:30:22 +02:00

Adding support to old mese fence name.

This commit is contained in:
Megaf 2014-11-22 23:33:54 +00:00
parent 9fa0ac8fd6
commit 37cef7eb06

@ -66,3 +66,5 @@ minetest.register_craft({
minetest.register_alias('mese_fence', 'mesecons_mese_fence:mese_fence')
print('[mesecons_mese_fence] loaded.')
dofile(minetest.get_modpath("mesecons_extrawires").."/legacy.lua");