Equipment
This commit is contained in:
parent
72b173a9e3
commit
fb7192cda4
40 changed files with 340 additions and 1 deletions
11
src/main/java/ru/betterend/item/EndHoe.java
Normal file
11
src/main/java/ru/betterend/item/EndHoe.java
Normal file
|
@ -0,0 +1,11 @@
|
|||
package ru.betterend.item;
|
||||
|
||||
import net.minecraft.item.HoeItem;
|
||||
import net.minecraft.item.ToolMaterial;
|
||||
|
||||
public class EndHoe extends HoeItem {
|
||||
|
||||
public EndHoe(ToolMaterial material, int attackDamage, float attackSpeed, Settings settings) {
|
||||
super(material, attackDamage, attackSpeed, settings);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue