Skip to content

Commit

Permalink
make light ring always render (#1554)
Browse files Browse the repository at this point in the history
Co-authored-by: YoungOnion <[email protected]>
  • Loading branch information
qwer523 and YoungOnionMC authored Jul 10, 2024
1 parent 4f7274d commit c33a45f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,10 @@ public boolean hasTESR(BlockEntity blockEntity) {
public boolean isGlobalRenderer(BlockEntity blockEntity) {
return true;
}

@Override
@OnlyIn(Dist.CLIENT)
public int getViewDistance() {
return 32;
}
}

0 comments on commit c33a45f

Please sign in to comment.