mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
Updated to Minecraft version 1.4
This commit is contained in:
@@ -12,7 +12,7 @@ public class ItemHoe extends Item {
|
||||
public ItemHoe(int i, EnumToolMaterial enumtoolmaterial) {
|
||||
super(i);
|
||||
this.maxStackSize = 1;
|
||||
this.durability = enumtoolmaterial.a();
|
||||
this.d(enumtoolmaterial.a());
|
||||
}
|
||||
|
||||
public boolean a(ItemStack itemstack, EntityHuman entityhuman, World world, int i, int j, int k, int l) {
|
||||
@@ -40,7 +40,7 @@ public class ItemHoe extends Item {
|
||||
}
|
||||
// CraftBukkit end
|
||||
|
||||
itemstack.b(1);
|
||||
itemstack.a(1, entityhuman);
|
||||
if (world.k.nextInt(8) == 0 && i1 == Block.GRASS.id) {
|
||||
byte b0 = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user