maruohon / minihud

A client-side Minecraft mod with configurable "info lines" ("mini-F3") and various overlays, such as light level and structure bounding boxes
GNU Lesser General Public License v3.0
419 stars 119 forks source link

[Suggestion] Tree Sapling Space Renderer #342

Closed jodieblend closed 6 months ago

jodieblend commented 6 months ago

It would be really cool if there was a renderer which would show you the needed space to grow. This could be useful for modded trees or just figuring out why your jungle tree won't grow.

maruohon commented 6 months ago

There isn't any way to get this information out of the game directly. It would need a ton of simulation runs to see what works and what doesn't. I don't usually like to add those type of features in these mods, as they are pretty complicated to implement, they are very performance heavy, and likely would often need updates during MC updates.