Update EnchantedIronApple.java
This commit is contained in:
		
							parent
							
								
									19cba82a6d
								
							
						
					
					
						commit
						42c1a642c3
					
				@ -4,10 +4,9 @@ import net.minecraft.item.Item;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
public class EnchantedIronApple extends Item {
 | 
					public class EnchantedIronApple extends Item {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  public EnchantedIronApple(Settings settings) { 
 | 
					    public EnchantedIronApple(Settings settings) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    super(settings); 
 | 
					        super(settings);
 | 
				
			||||||
  
 | 
					    }
 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user