<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 12:24:41 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-10534] Big oak trees don&apos;t spawn</title>
                <link>https://bugs.mojang.com/browse/MC-10534</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description>&lt;p&gt;Large oak trees don&apos;t spawn, they&apos;re replaced with some strange trees. &lt;/p&gt;</description>
                <environment>Both normal and large biomes, forest and jungles.</environment>
        <key id="24494">MC-10534</key>
            <summary>Big oak trees don&apos;t spawn</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="capopanzone">Capopanzone</reporter>
                        <labels>
                    </labels>
                <created>Thu, 28 Feb 2013 17:11:41 +0100</created>
                <updated>Sat, 23 Mar 2013 10:51:16 +0100</updated>
                            <resolved>Sat, 9 Mar 2013 17:05:56 +0100</resolved>
                                    <version>Snapshot 13w09b</version>
                                                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="51356" author="bljat" created="Sat, 9 Mar 2013 17:05:56 +0100"  >&lt;p&gt;Resolved as duplicate of &lt;a href=&quot;https://bugs.mojang.com/browse/MC-11208&quot; title=&quot;The big tree generator handles tree height variable incorrectly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MC-11208&quot;&gt;&lt;del&gt;MC-11208&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="51355" author="bugi74" created="Sat, 9 Mar 2013 17:04:09 +0100"  >&lt;p&gt;Could a moderator link this issue to &lt;a href=&quot;https://bugs.mojang.com/browse/MC-11208&quot; title=&quot;The big tree generator handles tree height variable incorrectly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MC-11208&quot;&gt;&lt;del&gt;MC-11208&lt;/del&gt;&lt;/a&gt; (which is the cause for this one).&lt;/p&gt;</comment>
                            <comment id="51354" author="bugi74" created="Sat, 9 Mar 2013 17:01:56 +0100"  >&lt;p&gt;I don&apos;t think it is fixed in 13w10a, as using 1.5 pre, I get exactly the same small &quot;big trees&quot; in that same world sampled in this issue. In order to get those exact same trees, the generator code has to be pretty much the same as before, the bugged stuff.&lt;/p&gt;

&lt;p&gt;Note that the issue is &quot;hidden&quot; when growing trees from saplings. It affects trees generated as part of  the world generation process.&lt;/p&gt;

&lt;p&gt;It would be good to change the issue summary to something like &quot;Big tree generator&apos;s height randomization is broken&quot;, which describes the root issue. (The current summary of big trees not spawning at all is simply not true and never was - they just spawned the shortest versions. Amount of the shortest ones depending on the world).&lt;/p&gt;

&lt;p&gt;Alternately, I can just create a new issue for that. EDIT: Oh wait, I think I already did create another issue for that &lt;img class=&quot;emoticon&quot; src=&quot;https://bugs.mojang.com/images/icons/emoticons/tongue.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;   Damn, my memory is soooo...  Yes, found it.&lt;/p&gt;</comment>
                            <comment id="51298" author="capopanzone" created="Sat, 9 Mar 2013 13:18:05 +0100"  >&lt;p&gt;It seems to be fixed in 13w10a.&lt;/p&gt;</comment>
                            <comment id="50663" author="bugi74" created="Thu, 7 Mar 2013 10:59:05 +0100"  >&lt;p&gt;The summary is a bit misleading; with that seed, even the same forest has many big trees (branches and all). Checking out the tree big generator code next, but I think already that those smaller &quot;big trees&quot; are just smallest versions of what that generator can produce.&lt;br/&gt;
Edit: yeppers. Those two samples (and others like it), are created as &quot;big trees&quot; with height limit of just 7, and no branches or side &quot;bushes&quot; of leaves. Just the one main ball of leaves. With manual growing, I&apos;ve seen as short &quot;big trees&quot; as 6.&lt;/p&gt;

&lt;p&gt;However, while testing, I noticed that the randomization of tree heights during world generations is bit poor. Long sequences of trees of only height 10, then long sequence of only 11, then bunch of 7, etc.  This may make it look like that some area has no big trees, as there can be local group of less big ones.&lt;/p&gt;

&lt;p&gt;Edit2: Hah, its another bug; the tree height is accidentally remembered from the generation of the previous tree (as it reuses the same generator instance). The height only changes occasionally, as a side-effect of a routine that checks how tall it can be in the intended location. But this is worthy of another issue.&lt;/p&gt;

&lt;p&gt;In any case, the chance to generate such small &quot;big trees&quot; with no branches looks like somewhat intended feature.&lt;/p&gt;</comment>
                            <comment id="50659" author="mcmila" created="Thu, 7 Mar 2013 09:38:52 +0100"  >&lt;p&gt;I&apos;ve got the same trees as in the picture when I try to reproduce. How could I know, that kind of trees should be large oak trees?&lt;/p&gt;

&lt;p&gt;@Kumasasa: It&apos;s directly at your spawn point.&lt;/p&gt;

&lt;p&gt;Seed for Copy&amp;amp;Paste: -753548930&lt;/p&gt;</comment>
                            <comment id="48496" author="cubethethird" created="Thu, 28 Feb 2013 23:54:19 +0100"  >&lt;p&gt;Related to &lt;a href=&quot;https://bugs.mojang.com/browse/MC-2759&quot; title=&quot;Big Trees become generic small spherical trees.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MC-2759&quot;&gt;&lt;del&gt;MC-2759&lt;/del&gt;&lt;/a&gt;?&lt;/p&gt;</comment>
                            <comment id="48459" author="kumasasa" created="Thu, 28 Feb 2013 21:21:22 +0100"  >&lt;p&gt;Coordinates ?&lt;/p&gt;</comment>
                            <comment id="48345" author="capopanzone" created="Thu, 28 Feb 2013 17:13:38 +0100"  >&lt;p&gt;You can see the seed I used, so you can reproduce easily.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="25320">MC-11208</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="22760" name="2013-02-28_17.05.32.png" size="695032" author="capopanzone" created="Thu, 28 Feb 2013 17:13:38 +0100"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10701" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>CHK</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 28 Feb 2013 23:54:00 +0100</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Unconfirmed]]></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_11100" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Linked</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02313:</customfieldvalue>

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