Sigils now don't do their effect when accessing blocks
Should solve #557
This commit is contained in:
parent
b3f965cbe3
commit
d868414f5b
6 changed files with 20 additions and 9 deletions
|
@ -18,7 +18,7 @@ public class ItemSigilGreenGrove extends ItemSigilToggleable
|
|||
}
|
||||
|
||||
@Override
|
||||
public boolean onSigilUseFirst(ItemStack stack, EntityPlayer player, World world, BlockPos blockPos, EnumFacing side, float hitX, float hitY, float hitZ)
|
||||
public boolean onSigilUse(ItemStack stack, EntityPlayer player, World world, BlockPos blockPos, EnumFacing side, float hitX, float hitY, float hitZ)
|
||||
{
|
||||
if (applyBonemeal(stack, world, blockPos))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue