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

Added depends.txt.

Added legacy support for old conducting fences.
This commit is contained in:
Megaf 2014-11-22 23:36:51 +00:00
parent 37cef7eb06
commit fa0752af83
2 changed files with 4 additions and 0 deletions
mesecons_mese_fence

@ -0,0 +1,2 @@
default
mesecons

@ -0,0 +1,2 @@
minetest.register_alias('mesecons_random:conductingfence', 'mesecons_mese_fence:mese_fence')
minetest.register_alias('mesecons_random:conductingfence_active', 'mesecons_mese_fence:mese_fence_active')