Fix rubber log texture names and fix treetap texture
This commit is contained in:
parent
c8d43d9c69
commit
b643162dad
5 changed files with 7 additions and 4 deletions
|
@ -32,12 +32,15 @@ public class ItemTreeTap extends Item implements ITexturedItem {
|
|||
|
||||
@Override
|
||||
public boolean showDurabilityBar(ItemStack stack) {
|
||||
return true;
|
||||
if(stack.getMetadata()!=0){
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getTextureName(int damage) {
|
||||
return "techreborn:items/tool/rockcutter";
|
||||
return "techreborn:items/tool/treetap";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue