Drill textures

This commit is contained in:
TheDoctorSoda 2016-02-21 14:18:25 -08:00
parent 18a89d1e08
commit 1a9c2fd3d5
6 changed files with 6 additions and 4 deletions

View file

@ -133,7 +133,7 @@ public class ItemAdvancedDrill extends ItemPickaxe implements IEnergyItemInfo, I
@Override
public String getTextureName(int damage) {
return "techreborn:items/tool/" + getUnlocalizedName().substring(5);
return "techreborn:items/tool/advancedDrill";
}
@Override