Update EnchantedPlatinumApple.java
Added enchanted glint
This commit is contained in:
		
							parent
							
								
									84c9bb9ec5
								
							
						
					
					
						commit
						a239d49ebe
					
				@ -5,9 +5,10 @@ import net.minecraft.item.Item;
 | 
			
		||||
public class EnchantedPlatinumApple extends Item {
 | 
			
		||||
 | 
			
		||||
    public EnchantedPlatinumApple(Settings settings) {
 | 
			
		||||
 | 
			
		||||
        super(settings);
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public boolean hasGlint(ItemStack stack) {
 | 
			
		||||
        return true;
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user