File tree Expand file tree Collapse file tree 2 files changed +0
-49
lines changed 
src/main/java/com/mmodding/mmodding_lib Expand file tree Collapse file tree 2 files changed +0
-49
lines changed Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 11package  com .mmodding .mmodding_lib .impl ;
22
33import  com .mmodding .mmodding_lib .MModdingLib ;
4- import  com .mmodding .mmodding_lib .client .MModdingScreen ;
54import  com .mmodding .mmodding_lib .library .config .ConfigScreen ;
65import  com .terraformersmc .modmenu .api .ConfigScreenFactory ;
76import  com .terraformersmc .modmenu .api .ModMenuApi ;
1110
1211public  class  ModMenuApiImpl  implements  ModMenuApi  {
1312
14- 	@ Override 
15- 	public  ConfigScreenFactory <?> getModConfigScreenFactory () {
16- 		return  MModdingScreen ::new ;
17- 	}
18- 
1913	@ Override 
2014	public  Map <String , ConfigScreenFactory <?>> getProvidedConfigScreenFactories () {
2115		Map <String , ConfigScreenFactory <?>> configScreens  = new  HashMap <>();
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments