Merge pull request #1065 from oitsjustjose/patch-1
Little tweak to make 3rd person held wrench item look better
This commit is contained in:
commit
128f408d54
1 changed files with 7 additions and 0 deletions
|
@ -37,4 +37,11 @@ public class ItemWrench extends ItemBuildCraft implements IToolWrench {
|
|||
public boolean shouldPassSneakingClickToBlock(World par2World, int par4, int par5, int par6) {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
@SideOnly(Side.CLIENT)
|
||||
public boolean isFull3D()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue