Jump to content

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


mjrice

Recommended Posts

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:

 

<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?

Link to comment
Share on other sites

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....

Link to comment
Share on other sites

О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

Link to comment
Share on other sites

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

 

<!-- fix offset of azalea so it isn't hovering -->
<append xpath="/blocks/block[@name='treeAzalea']">
<property name="ModelOffset" value="0,-0.3,0"/>
</append>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...