mojira.dev
MC-277669

Unable to render above 32 chunks.

Notes:

Per ThreadedAnvilChunkManager.setViewDistance(int):

protected void setViewDistance(int watchDistance) {
	int i = MathHelper.clamp(watchDistance + 1, 3, 33);

Steps to Reproduce:

  1. Invoke minecraft-launcher.

  2. Access the configuration page, as the attached .PNG demonstrates.

Observed Results:

I'm unable to choose >32 chunks.

Expected Results:

I should be able to choose any amount that I desire.

Screenshots/Videos:

Attached. See undermentioned:

  1. https://bugs.mojang.com/secure/attachment/593042/Screenshot_20241017_233209.png

Attachments

Comments 5

Thank you for your report!
However, this issue is Invalid.

You have posted a feature request or a suggestion. This site is for bug reports only.
For suggestions, please visit The Minecraft Feedback Site or visit the Minecraft Feedback Discord server.

Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki

https://bugs.mojang.com/browse/MC-277669?focusedId=1360965&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-1360965

Thanks, @KennyTV. I didn't see a way to post at https://feedback.minecraft.net/hc/en-us, so I'll try to post at the graphics forum channel in the Discord server:

As `bugs.mojang.com/browse/MC-277669` states:

> **Notes:**
> 
> Per `ThreadedAnvilChunkManager.setViewDistance(int)`:
> 
> ```jar
> protected void setViewDistance(int watchDistance) {
>     int i = MathHelper.clamp(watchDistance + 1, 3, 33);
> ```
> 
> **Steps to Reproduce:**
> 
> 1. Invoke `minecraft-launcher`.
> 1. Access the configuration page, as the attached `.PNG` demonstrates.
> 
> **Observed Results:**
> 
> I'm unable to choose >32 chunks.
> 
> **Expected Results:**
> 
> I should be able to choose any amount that I desire.
> 
> **Screenshots/Videos:**
> 
> Yet to attach.

However, it appears that URIs inside the posts are blocked, and trying to ascertain what's permitted activates slow mode each time, so it'll take a while.

Mr. Beedell, Roke Julian Lockhart

(Unassigned)

Unconfirmed

(Unassigned)

1.21.1

Retrieved