forked from minetest-mods/mesecons
		
	MineClonia compat (#677)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							368b294c70
						
					
				
				
					commit
					9ff3ab1007
				
			| @@ -13,3 +13,8 @@ if minetest.get_modpath("default") then | ||||
| 	minetest.log("info", "Mesecons: detected Minetest Game for game compatibility") | ||||
| 	dofile(minetest.get_modpath("mesecons_gamecompat").."/compat_mtg.lua") | ||||
| end | ||||
|  | ||||
| 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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user