Update ShovelBase.java
This commit is contained in:
		
							parent
							
								
									2ae7d58fcd
								
							
						
					
					
						commit
						92bdb62017
					
				@ -6,6 +6,6 @@ import net.nevets.everythingvanilla.Main;
 | 
			
		||||
 | 
			
		||||
public class ShovelBase extends ShovelItem {
 | 
			
		||||
    public ShovelBase(ToolMaterial toolMaterial_1) {
 | 
			
		||||
        super(toolMaterial_1, 1, -3f, new Settings().group(Main.ALL));
 | 
			
		||||
        super(toolMaterial_1, 1, -3f, new Settings().group(Main.TOOLS));
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user