Changed Bittle charcoal tool back to axe
This commit is contained in:
parent
f2525afb8d
commit
ffd9964cd3
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue