File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed 
Fabric/src/main/java/net/darkhax/bookshelf 
Forge/src/main/java/net/darkhax/bookshelf Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 11package  net .darkhax .bookshelf ;
22
3- import  net .darkhax .bookshelf .api .Services ;
43import  net .fabricmc .api .ClientModInitializer ;
54
65public  class  BookshelfFabricClient  implements  ClientModInitializer  {
76
8- 
97    @ Override 
108    public  void  onInitializeClient () {
119
12-         Constants .LOG .info (Services .REGISTRY_HELPER .create (Constants .MOD_ID ).getClass ());
1310    }
1411}
Original file line number Diff line number Diff line change 11package  net .darkhax .bookshelf ;
22
3- import  net .darkhax .bookshelf .api .Services ;
43import  net .fabricmc .api .DedicatedServerModInitializer ;
54
65public  class  BookshelfFabricServer  implements  DedicatedServerModInitializer  {
76
87    @ Override 
98    public  void  onInitializeServer () {
109
11-         Constants .LOG .info (Services .PLATFORM .getPhysicalSide ().isClient ());
1210    }
1311}
Original file line number Diff line number Diff line change 11package  net .darkhax .bookshelf ;
22
3- import  net .darkhax .bookshelf .api .Services ;
43import  net .minecraftforge .fml .common .Mod ;
54
65@ Mod (Constants .MOD_ID )
76public  class  BookshelfForge  {
87
98    public  BookshelfForge () {
109
11-         Constants .LOG .info (Services .REGISTRY_HELPER .create (Constants .MOD_ID ).getClass ());
1210    }
1311}
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments