Jump to content

Sub biome decorations


convergent

Recommended Posts

Having trouble adding decorations to sub biomes - specifically adding trees to the snow subs. Trees are present in the main biome, but won't spawn in subs on a new generation. I am confident that the xml changes are accurate as I am modifying the biomes.xml directly and seeing changes, just no trees. There must be an item in the generation code I am missing.

Link to comment
Share on other sites

There are two issues with adding trees to sub biomes - "IsDistantDecoration" must be set to false, and "shape" must be set to "ModelEntity".

If you create a new block extending the tree you want and add these two lines you can create or modify sub biomes.

Please post if there is a better solution as this is a clunky workaround and may impact performance.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...