Fixed item rendering bug
This commit is contained in:
parent
9b92ad3967
commit
cca7d9d3b2
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ public class EternalPedestalEntity extends PedestalBlockEntity {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setLevel(Level world) {
|
public void setLevel(Level world) {
|
||||||
|
super.setLevel(world);
|
||||||
if (hasRitual()) {
|
if (hasRitual()) {
|
||||||
linkedRitual.setWorld(world);
|
linkedRitual.setWorld(world);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue