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