File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed 
src/main/java/aztech/modern_industrialization/attributes Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 3232import  net .minecraft .util .Mth ;
3333import  net .minecraft .world .entity .ai .attributes .AttributeModifier ;
3434import  net .minecraft .world .item .TooltipFlag ;
35- import  org .jetbrains .annotations .Nullable ;
3635
3736public  class  InfiniteDamageAttribute  extends  DisplayNamedAttribute  {
3837    private  static  final  String  INFINITY  = "\u221e " ;
@@ -44,7 +43,7 @@ public InfiniteDamageAttribute() {
4443    // Allows a modifier with the base id to render green with the effective value. 
4544    // Other modifiers still render blue with the additional value. 
4645    @ Override 
47-     public  @ Nullable   ResourceLocation  getBaseId () {
46+     public  ResourceLocation  getBaseId () {
4847        return  QuantumSword .BASE_INFINITE_DAMAGE ;
4948    }
5049
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments