Update ShovelBase.java
This commit is contained in:
		
							parent
							
								
									92bdb62017
								
							
						
					
					
						commit
						3fc73ed17a
					
				@ -1,11 +1,11 @@
 | 
			
		||||
package net.nevets.everythingvanilla.tools;
 | 
			
		||||
 | 
			
		||||
import net.minecraft.item.ShovelItem;
 | 
			
		||||
import net.minecraft.item.SwordItem;
 | 
			
		||||
import net.minecraft.item.ToolMaterial;
 | 
			
		||||
import net.nevets.everythingvanilla.Main;
 | 
			
		||||
 | 
			
		||||
public class ShovelBase extends ShovelItem {
 | 
			
		||||
    public ShovelBase(ToolMaterial toolMaterial_1) {
 | 
			
		||||
        super(toolMaterial_1, 1, -3f, new Settings().group(Main.TOOLS));
 | 
			
		||||
public class SwordBase extends SwordItem {
 | 
			
		||||
    public SwordBase(ToolMaterial toolMaterial_1) {
 | 
			
		||||
        super(toolMaterial_1, 3, -2.4f, new Settings().group(Main.COMBAT));
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user