File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed 
src/main/java/com/mrh0/createaddition/item Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ org.gradle.configuration-cache=true
88
99minecraft_version =1.21.1 
1010
11- mod_version =1.5.3  
11+ mod_version =1.5.4  
1212
1313jei_version =19.21.2.313 
1414
@@ -41,7 +41,7 @@ parchment_mappings_version=2024.11.17
4141#  as they do not follow standard versioning conventions.
4242minecraft_version_range =[1.21.1] 
4343#  The Neo version must agree with the Minecraft version to get a valid artifact
44- neo_version =21.1.203  
44+ neo_version =21.1.209  
4545#  The Neo version range can use any version of Neo as bounds
4646neo_version_range =[21.1.152,) 
4747#  The loader version range can only use the major version of FML as bounds
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ else if(result.isLinked()) {
8383				}
8484			}
8585			c .getItemInHand ().set (DataComponents .CUSTOM_DATA , CustomData .EMPTY );
86+ 			c .getItemInHand ().remove (DataComponents .CUSTOM_DATA );
8687			c .getPlayer ().displayClientMessage (result .getMessage (), true );
8788
8889		}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments