Fix Ritual Stones being silk touched (#797)
This commit is contained in:
parent
317989a737
commit
eee24309fa
1 changed files with 6 additions and 0 deletions
|
@ -52,6 +52,12 @@ public class BlockRitualStone extends BlockString implements IRitualStone, IVari
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean canSilkHarvest(World world, BlockPos pos, IBlockState state, EntityPlayer player)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isRuneType(World world, BlockPos pos, EnumRuneType runeType)
|
public boolean isRuneType(World world, BlockPos pos, EnumRuneType runeType)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue