mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-11-04 04:55:26 +01:00 
			
		
		
		
	Move mesecons_doors to mesecons_gamecompat
This commit is contained in:
		@@ -1,3 +0,0 @@
 | 
			
		||||
name = mesecons_doors
 | 
			
		||||
depends = mesecons, doors
 | 
			
		||||
optional_depends = xpanes
 | 
			
		||||
@@ -18,3 +18,7 @@ if minetest.get_modpath("mcl_core") then
 | 
			
		||||
	minetest.log("info", "Mesecons: detected MineClonia Game for game compatibility")
 | 
			
		||||
	dofile(minetest.get_modpath("mesecons_gamecompat").."/compat_mcl.lua")
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
if minetest.get_modpath("doors") then
 | 
			
		||||
	dofile(minetest.get_modpath("mesecons_gamecompat").."/doors.lua")
 | 
			
		||||
end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user