Make Wrench full 3D
This commit is contained in:
parent
b390753cc5
commit
422f9855a4
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ public class ItemWrench extends ItemBuildCraft implements IToolWrench {
|
|||
|
||||
public ItemWrench(int i) {
|
||||
super(i);
|
||||
setFull3D();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue