Removed old method

This commit is contained in:
paulevsGitch 2021-07-09 02:03:32 +03:00
parent 2f88ac5358
commit a8ace0005b

View file

@ -34,12 +34,6 @@ public class EternalPedestalEntity extends PedestalBlockEntity {
} }
} }
public void setLevelAndPosition(Level world, BlockPos pos) {
if (hasRitual()) {
linkedRitual.setWorld(world);
}
}
@Override @Override
public CompoundTag save(CompoundTag tag) { public CompoundTag save(CompoundTag tag) {
if (hasRitual()) { if (hasRitual()) {