Fix method conflict for IImperfectRitualStone
This commit is contained in:
parent
60d44d7f89
commit
b6bdd0740c
6 changed files with 19 additions and 19 deletions
|
@ -35,14 +35,14 @@ public class TileImperfectRitualStone extends TileEntity implements IImperfectRi
|
|||
}
|
||||
|
||||
@Override
|
||||
public World getWorld()
|
||||
public World getRitualWorld()
|
||||
{
|
||||
return super.getWorld();
|
||||
return getWorld();
|
||||
}
|
||||
|
||||
@Override
|
||||
public BlockPos getPos()
|
||||
public BlockPos getRitualPos()
|
||||
{
|
||||
return super.getPos();
|
||||
return getPos();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue