Minor fixes
This commit is contained in:
parent
e5bf933758
commit
fd062bf9a9
3 changed files with 9 additions and 3 deletions
|
@ -27,8 +27,13 @@ public class EternalPedestalEntity extends PedestalBlockEntity {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void setLevel(Level world) {
|
||||
if (hasRitual()) {
|
||||
linkedRitual.setWorld(world);
|
||||
}
|
||||
}
|
||||
|
||||
public void setLevelAndPosition(Level world, BlockPos pos) {
|
||||
super.setLevelAndPosition(world, pos);
|
||||
if (hasRitual()) {
|
||||
linkedRitual.setWorld(world);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue