private final int harvestLevel;
private final int maxUses;
private final float efficiencyOnProperMaterial;
private final int damageVsEntity;
private final int enchantability;
private static final EnumToolMaterial allToolMaterials[] = (new EnumToolMaterial[] {
WOOD, STONE, IRON, EMERALD, GOLD
});
private EnumToolMaterial(String s, int i, int j, int k, float f, int l, int i1)
{
harvestLevel = j;
maxUses = k;
efficiencyOnProperMaterial = f;
damageVsEntity = l;
enchantability = i1;
}
public int getMaxUses()
{
return maxUses;
}
public float getEfficiencyOnProperMaterial()
{
return efficiencyOnProperMaterial;
}
public int getDamageVsEntity()
{
return damageVsEntity;
}
public int getHarvestLevel()
{
return harvestLevel;
}
public int getEnchantability()
{
return enchantability;
}
}
The stuff it add is not there when ever I tries to play it.
Bad english, You need to start a new world or explore new chunks to find a new village. If you find villages that don't look like mine then keep looking.
0
But right click is to shoot right? because it doesn't work.
0
0
0
Thanks!
0
I'm having problems with it and its late at night so I'm not bothered messing around with it.
0
thanks.
The file is: EnumToolMaterial.java
0
ps. hope you do something with ocelots.
0
0
Will you be updating the shield for 1.0?
0
Probably a good idea, I'll use it for the next version.
0
Bad english, You need to start a new world or explore new chunks to find a new village. If you find villages that don't look like mine then keep looking.
0
What do you mean? If minecraft crashed then post the error report, or you can't find a village?
0
Not yet currently but I plan to add it in along with a different nether npc mob and possibly quests.
1
You have to use the portals in the village. If you can't find it, it's under the mushroom house.
0
Both testificates and pigmen spawn.