Create NetheriteApple.java
added netherite apple class
This commit is contained in:
		
							parent
							
								
									bbb4c642ae
								
							
						
					
					
						commit
						4262131a0f
					
				@ -0,0 +1,13 @@
 | 
			
		||||
package net.nevets.everythingvanilla.items;
 | 
			
		||||
 | 
			
		||||
import net.minecraft.item.Item;
 | 
			
		||||
 | 
			
		||||
public class NetheriteApple extends Item {
 | 
			
		||||
 | 
			
		||||
  public NetheriteApple(Settings settings) {
 | 
			
		||||
  
 | 
			
		||||
    super(settings);
 | 
			
		||||
  
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user