Started by
TherapueticLiz
on
Topic category: Help with Minecraft modding (Java Edition)
I have a 2 Types of Trees, a Large version and a Smaller one. When spawning in on the Custom Biome, they will spawn awkwardly sometimes on top of each other, or in the sky just floating.
In some situations, they will spawn on the side of a hill and delete a chunk of the hill instead of just being placed normally. I have pictures below.
https://imgur.com/rLzqD98
https://imgur.com/15NVXwP
Am looking for a way to get them to spawn so that they prioritize spawning on flat surfaces and not the hills. or that they spawn without deleting the terrain around them.
The Biome is meant to be a valley/canyon, plains surrounded by mountains.
Edited by TherapueticLiz on Mon, 12/28/2020 - 06:39
Use placement conditions to require specific blocks, and further restrict spawning with custom conditions if needed.
Use "structure_void" blocks to make the structure do not replace blocks to air and place the structure block under the tree log.