Changed Bittle charcoal tool back to axe

This commit is contained in:
Blood-Asp 2016-06-19 19:02:48 +02:00
parent f2525afb8d
commit ffd9964cd3

View file

@ -65,8 +65,7 @@ public class GT_Block_Reinforced extends GT_Generic_Block {
}
public String getHarvestTool(int aMeta) {
if (aMeta == 4) return "shovel";
if (aMeta == 5) return "axe";
if (aMeta == 5 || aMeta == 4) return "axe";
return "pickaxe";
}