Moar Omega, fixed Bound tool check to see if block is silk-touchable

This commit is contained in:
WayofTime 2015-01-14 17:26:14 -05:00
parent 6cb1e06306
commit ac5a20d5b2
10 changed files with 89 additions and 6 deletions

View file

@ -100,4 +100,9 @@ public class OmegaParadigm
{
return false;
}
public boolean onHPBarDepleted(EntityPlayer player, ItemStack stack)
{
return false;
}
}