Fixed the divination sigil and did a variety of other fixes.
This commit is contained in:
parent
c2fe583496
commit
bd79afd46d
7 changed files with 16 additions and 18 deletions
|
@ -35,6 +35,7 @@ public class ItemSigilSeer extends ItemSigilBase implements IAltarReader
|
|||
{
|
||||
if (!world.isRemote)
|
||||
{
|
||||
super.onItemRightClick(stack, world, player, hand);
|
||||
RayTraceResult position = getMovingObjectPositionFromPlayer(world, player, false);
|
||||
|
||||
if (position == null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue