Revert "Little tweak to make 3rd person held wrench item look better"
This reverts commit 73fa5865c7
.
This commit is contained in:
parent
128f408d54
commit
2d50a239cc
1 changed files with 0 additions and 7 deletions
|
@ -37,11 +37,4 @@ 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