Planted oak trees won't grow next to each other
thiakil opened this issue ยท 6 comments
I updated to 1.1.1 from 1.0.3 last night. MC 1.10.2 Forge 2094
- plant oak saplings next to each other e.g. 1x3
- Apply bonemeal to make the middle one grow
- The bonemealed sapling and some around it will despawn
Trees only spawn if there's enough space around. That means for any oak or leaves block the tree has, there has to be air, a replaceable block or leaves in the world. If there's already a tree very close by, it will have logs in it that block the spawn of the next one. Just make sure you have lots of space.
You can, of course, change that by editing the tree transformer preset.
The sapling despawn was a bug and will be fixed in 1.1.2.
Do I need to edit that to restore vanilla behaviour? If so, how?
For example, top down:
xxx
xxx
xxx
On vanilla I can bonemeal all these (or let grow naturally) and I will have a fat tree of 3x3
As far as I can see in the source code, there is no 3x3 vanilla tree, only 2x2. It must be added by a mod.
If you want to disable ReC sapling growth, you can set saplingTriggerChance to 0 in the config. You can also edit each specific tree to remove the sapling generation type to disable them individually, or set generateNature to false to disable all ReC trees overall.
Yeah 3x3 is just an example of how I've been able to grow them before, e.g. In a ender io farming station that creates a mass of trees
Since Forge's event implementation is very limited, there's little I can do to support modded content, save supporting each one individually (which is very time consuming).
I have improving the event itself on my TO-DO list, but for now you have those 3 options to choose from.
I have not once been talking about modded content, apart from yours. Only about planting saplings by hand or with machine.
I am talking about growing trees in adjacent blocks. Either bone meal (used here) or left to naturally grow. This screenshot is vanilla 1.10.2.
As soon as I add this mod, this seems not possible. (default config as mentioned)