#mod that makes alive leaves drop saplings every so often
8 messages · Page 1 of 1 (latest)
In the random tick method, there can be a random chance whether or not a sapling is dropped to make it an even rarer event.
The saplings wouldn't auto-plant, is this what you want?
I can probably make either, optionally limited to forest biomes
sounds a good idea, but a laggy idea as already mentioned 😛
The amount of tree spreading at a given moment would be exponentially increasing with the outer radius of the spread. It would start to lag the server eventually even if the chance of a tree planting a sapling is tiny.
random ticks, and could be limited to forest biomes
I would recomend limit to forest biomes, only works for trees native to the biome (easily optional), also only works for leaves with air below it
You could make this server-side only compatible by just using a sapling falling block, which would drop as an item if failing to land properly
You would also have to somehow make it only on the "edges" of existing tree clusters, otherwise you end up with extremely dense forests. This could be acheived by making sure the leaves block has skylight access in an adjacent block