<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 12:07:12 UTC 2025

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Mojang Studios Jira</title>
    <link>https://bugs.mojang.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en</language>    <build-info>
        <version>9.12.2</version>
        <build-number>9120002</build-number>
        <build-date>10-01-2024</build-date>
    </build-info>


<item>
            <title>[MC-5227] Low/incorrect chunk load distance on far view setting</title>
                <link>https://bugs.mojang.com/browse/MC-5227</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description>&lt;p&gt;Edit: The bug report at &lt;a href=&quot;https://mojang.atlassian.net/browse/MC-31622&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://mojang.atlassian.net/browse/MC-31622&lt;/a&gt; is clearer, and almost certainly the same issue.&lt;/p&gt;

&lt;p&gt;In single player, the chunk loading distance appears to be lower than intended. As far as I can tell, they load to the default server distance of 10. This causes the edge of the world to be quite visible, before the fog starts affecting it.&lt;/p&gt;

&lt;p&gt;This has been an issue since the LAN update.&lt;/p&gt;</description>
                <environment></environment>
        <key id="17805">MC-5227</key>
            <summary>Low/incorrect chunk load distance on far view setting</summary>
                <type id="1" iconUrl="https://bugs.mojang.com/secure/viewavatar?size=xsmall&amp;avatarId=18903&amp;avatarType=issuetype">Bug</type>
                                    <status id="5" iconUrl="https://bugs.mojang.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="3">Duplicate</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="sturmkrahe">Sturmkrahe</reporter>
                        <labels>
                    </labels>
                <created>Sat, 22 Dec 2012 21:51:53 +0100</created>
                <updated>Sat, 3 Jun 2017 12:54:56 +0200</updated>
                            <resolved>Thu, 5 Dec 2013 19:42:59 +0100</resolved>
                                    <version>Minecraft 1.4.6</version>
                    <version>Minecraft 1.5.1</version>
                    <version>Snapshot 13w16a</version>
                    <version>Minecraft 1.5.2</version>
                    <version>Minecraft 1.6.1</version>
                    <version>Minecraft 1.6.2</version>
                    <version>Minecraft 13w38c</version>
                                                                        <votes>7</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="142470" author="zach_00" created="Sat, 22 Feb 2014 17:16:49 +0100"  >&lt;p&gt;This is still a problem in 1.7.4.&lt;/p&gt;</comment>
                            <comment id="111532" author="purple" created="Mon, 14 Oct 2013 12:11:18 +0200"  >&lt;p&gt;I can confirm in 13w41b.&lt;/p&gt;</comment>
                            <comment id="105894" author="talven81" created="Tue, 24 Sep 2013 01:22:07 +0200"  >&lt;p&gt;Thank you @Dranitsin &lt;a href=&quot;https://bugs.mojang.com/browse/MC-31622&quot; title=&quot;Wrong render distance on 9 and more chunks settings.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MC-31622&quot;&gt;&lt;del&gt;MC-31622&lt;/del&gt;&lt;/a&gt; has been linked as related due to chunk render distance changes in recent snapshots... technically no &quot;Far&quot; render distance anymore, just a count now.&lt;/p&gt;</comment>
                            <comment id="105891" author="filter62" created="Tue, 24 Sep 2013 01:12:47 +0200"  >&lt;p&gt;It is here for new version &lt;a href=&quot;https://bugs.mojang.com/browse/MC-31622&quot; title=&quot;Wrong render distance on 9 and more chunks settings.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MC-31622&quot;&gt;&lt;del&gt;MC-31622&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="105116" author="haervek" created="Sat, 21 Sep 2013 13:36:20 +0200"  >&lt;p&gt;I can confirm that this is still an issue in 1.6.4&lt;/p&gt;</comment>
                            <comment id="105055" author="sturmkrahe" created="Sat, 21 Sep 2013 04:52:52 +0200"  >&lt;p&gt;This is still an issue in 13w38c, even with the new &quot;render distance&quot; slider. Any option beyond 10 chunks remains at 10. &lt;/p&gt;</comment>
                            <comment id="98966" author="jonathan2520" created="Thu, 15 Aug 2013 16:54:17 +0200"  >&lt;p&gt;I&apos;m surprised so few people have noticed this. But then I didn&apos;t report it for the longest time, either.&lt;/p&gt;

&lt;p&gt;It seems the server tries to take into account the render distance, but misinterprets the value. The client sends far=0, normal=1, short=2, tiny=3. The server calculates distance=256&amp;gt;&amp;gt;value, which becomes far=256, normal=128, short=64, tiny=32. So far, so good. But at that point it interprets it as a number of chunks, only applying it if it&apos;s in the range (3, 15), i.e. never. So the server always uses 10 chunks, or whatever is in its configuration file. It&apos;s odd that there&apos;s a setting at all when it should really be irrelevant, had the extant code to use the client&apos;s value worked properly. What did Mojang really want to do?&lt;/p&gt;

&lt;p&gt;You can work around it by running a dedicated server with view-distance=15. You can still easily see the edges, but at least there are more chunks. The integrated server can&apos;t be persuaded without modding it.&lt;/p&gt;</comment>
                            <comment id="94544" author="crazyman1001" created="Fri, 26 Jul 2013 17:59:22 +0200"  >&lt;p&gt;Reproduced in 1.6.2&lt;/p&gt;</comment>
                            <comment id="61777" author="sturmkrahe" created="Sat, 20 Apr 2013 06:43:08 +0200"  >&lt;p&gt;Still present in 1.5.1 and 13w16a.&lt;/p&gt;</comment>
                            <comment id="54660" author="sturmkrahe" created="Sun, 17 Mar 2013 19:40:59 +0100"  >&lt;p&gt;Updated, the issue is still present in 1.5.&lt;/p&gt;</comment>
                            <comment id="54542" author="bljat" created="Sun, 17 Mar 2013 15:59:16 +0100"  >&lt;p&gt;Is this still a concern in the current Minecraft version? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases.&lt;/p&gt;</comment>
                            <comment id="30188" author="sturmkrahe" created="Sat, 22 Dec 2012 22:12:23 +0100"  >&lt;p&gt;This is not a feature suggestion. The view distance is not properly changing the chunk loading distance, as it did before, and as a result of SP games working as listen servers.&lt;/p&gt;</comment>
                            <comment id="30184" author="banana478" created="Sat, 22 Dec 2012 21:58:26 +0100"  >&lt;p&gt;This is a feature suggestion, not a bug. Please resolve.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="52915">MC-31622</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="45348">MC-25903</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="46884">MC-27097</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="15939" name="2012-12-13_19.16.34.png" size="1030889" author="sturmkrahe" created="Sat, 22 Dec 2012 21:51:53 +0100"/>
                            <attachment id="25377" name="2013-03-17_12.38.31.png" size="1253507" author="sturmkrahe" created="Sun, 17 Mar 2013 19:40:13 +0100"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10701" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>CHK</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 26 Jul 2013 18:02:00 +0200</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10302"><![CDATA[Community Consensus]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_11700" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0h7n3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>