v1.0.0 finilization
This commit is contained in:
parent
4394ba4541
commit
b962ede72d
12 changed files with 123 additions and 61 deletions
|
@ -117,4 +117,10 @@ public class RitualStone extends Block
|
|||
return blankIcon;
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canSilkHarvest(World world, EntityPlayer player, int x, int y, int z, int meta)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue