mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-02-21 11:30:26 +01:00
mesecons_extrawires: Fix Mineclonia compatibility
This commit is contained in:
parent
28467fc3cb
commit
55359c7a0b
@ -3,4 +3,6 @@ dofile(minetest.get_modpath("mesecons_extrawires").."/tjunction.lua");
|
||||
dofile(minetest.get_modpath("mesecons_extrawires").."/corner.lua");
|
||||
dofile(minetest.get_modpath("mesecons_extrawires").."/doublecorner.lua");
|
||||
dofile(minetest.get_modpath("mesecons_extrawires").."/vertical.lua");
|
||||
dofile(minetest.get_modpath("mesecons_extrawires").."/mesewire.lua");
|
||||
if core.registered_nodes["mesecons_gamecompat:mese"] then
|
||||
dofile(minetest.get_modpath("mesecons_extrawires").."/mesewire.lua");
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user