• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

why are all my Azalea trees hovering above the terrain? (A17)

mjrice

New member
I am playing with the biome generation and I can't seem to decorate with treeAzalea without the resulting bushes hovering about one block above the terrain. This is the specific code:

Code:
<decoration type="block" blockname="treeAzalea"  prob="0.01" rotatemax="3"/>
Does anyone know if this is a known issue or if I am doing something wrong?

 
I'm not sure - that's not supposed to happen.

Perhaps some bug, so the developers don't use now the azaleas in other locations.

Try to remove the "rotatemax" parameter, and, if it does not work - while throw this venture.

Оf course, can still work some magic with the parameters of "IsTerrainDecoration" and "ModelOffset" ....but, it should not be that the developers did not do it....

 
Last edited by a moderator:
you need to fix the block offset to fix this
outrun :)

it is maybe to try, but he's not always right will work if IsTerrainDecoration=true

then check on the different density of the block.

 
Last edited by a moderator:
Оf course, can still work some magic with the parameters of "IsTerrainDecoration" and "ModelOffset" ....but, it should not be that the developers did not do it....
Аlthough, probably, it was naive of me to assume such - because, in A17 developers still a lot of things didn't do... :D

 
Thanks for the help, that did work. Specifically what I did in my blocks.xml using xpath:

Code:
<!-- fix offset of azalea so it isn't hovering -->
<append xpath="/blocks/block[@name='treeAzalea']">
<property name="ModelOffset" value="0,-0.3,0"/>
</append>
 
I thought all this time it was just me seeing this LOL glad we have a work around at least. I just updated my build to include this fix.

 
Take some pitchforks and torches and let's charge the dev. diary. ;) I've reported the issue in december and it's still not fixed. Azalea gate!

 
Last edited by a moderator:
Back
Top