File tree Expand file tree Collapse file tree 2 files changed +1
-29
lines changed 
Library/src/main/java/mezz/jei/library/plugins/vanilla Expand file tree Collapse file tree 2 files changed +1
-29
lines changed Original file line number Diff line number Diff line change 6565import  mezz .jei .library .plugins .vanilla .ingredients .fluid .FluidStackListFactory ;
6666import  mezz .jei .library .plugins .vanilla .ingredients .subtypes .EnchantedBookSubtypeInterpreter ;
6767import  mezz .jei .library .plugins .vanilla .ingredients .subtypes .LightSubtypeInterpreter ;
68- import  mezz .jei .library .plugins .vanilla .ingredients .subtypes .PaintingSubtypeInterpreter ;
6968import  mezz .jei .library .plugins .vanilla .ingredients .subtypes .PotionSubtypeInterpreter ;
7069import  mezz .jei .library .plugins .vanilla .stonecutting .StoneCuttingRecipeCategory ;
7170import  mezz .jei .library .render .FluidTankRenderer ;
@@ -159,7 +158,7 @@ public void registerItemSubtypes(ISubtypeRegistration registration) {
159158		registration .registerSubtypeInterpreter (Items .LINGERING_POTION , PotionSubtypeInterpreter .INSTANCE );
160159		registration .registerSubtypeInterpreter (Items .ENCHANTED_BOOK , EnchantedBookSubtypeInterpreter .INSTANCE );
161160		registration .registerSubtypeInterpreter (Items .LIGHT , LightSubtypeInterpreter .INSTANCE );
162- 		registration .registerSubtypeInterpreter (Items .PAINTING , PaintingSubtypeInterpreter . INSTANCE );
161+ 		registration .registerFromDataComponentTypes (Items .PAINTING , DataComponents . PAINTING_VARIANT );
163162		registration .registerFromDataComponentTypes (Items .GOAT_HORN , DataComponents .INSTRUMENT );
164163		registration .registerFromDataComponentTypes (Items .FIREWORK_ROCKET , DataComponents .FIREWORKS );
165164		registration .registerFromDataComponentTypes (Items .FIREWORK_STAR , DataComponents .FIREWORK_EXPLOSION );
Load Diff This file was deleted. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments