Merge and fix

This commit is contained in:
paulevsGitch 2020-11-08 15:07:19 +03:00
parent b91c85529d
commit ce9f4add97
548 changed files with 17517 additions and 16862 deletions

View file

@ -1,11 +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);
}
}
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);
}
}