File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 4141--  Textures
4242
4343mesecon .texture .steel_block  =  " default_steel_block.png" 
44+ 
45+ core .register_craft ({
46+ 	output  =  " mesecons:wire_00000000_off" 
47+ 	recipe  =  {{" mcl_redstone:redstone" 
48+ })
49+ core .register_craft ({
50+ 	output  =  " mcl_redstone:redstone" 
51+ 	recipe  =  {{" mesecons:wire_00000000_off" 
52+ })
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ if minetest.get_modpath("default") then
1414	dofile (minetest .get_modpath (" mesecons_gamecompat" .. " /compat_mtg.lua" 
1515end 
1616
17- if  minetest .get_modpath (" mcl_core " then 
17+ if  minetest .get_modpath (" mcl_redstone " then 
1818	minetest .log (" info" " Mesecons: detected MineClonia Game for game compatibility" 
19- 	dofile (minetest .get_modpath (" mesecons_gamecompat" .. " /compat_mcl .lua" 
19+ 	dofile (minetest .get_modpath (" mesecons_gamecompat" .. " /compat_mcla .lua" 
2020end 
2121
2222if  minetest .get_modpath (" doors" then 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments