moved xconnected to extra mod

This commit is contained in:
Sokomine 2015-07-22 23:47:29 +02:00
parent f42ee84477
commit f5ec379343
2 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,4 @@
default
stairs
doors
xconnected

View File

@ -7,6 +7,5 @@ local mccompat_modpath = minetest.get_modpath( "mccompat");
dofile(mccompat_modpath.."/gates.lua")
dofile(mccompat_modpath.."/pressure_plates.lua")
dofile(mccompat_modpath.."/liquids.lua")
dofile(mccompat_modpath.."/xconnected.lua")
dofile(mccompat_modpath.."/blocklist.lua")