EngineHub / WorldEdit

🗺️ Minecraft map editor and mod
https://enginehub.org/worldedit/
Other
3.08k stars 834 forks source link

Please support to plant bamboo. #2009

Open wifi-left opened 2 years ago

wifi-left commented 2 years ago

The Problem

Can't grow bamboo in tree command.

A Solution

Add bamboo into tree command.

Alternatives

No response

Anything Else?

No response

octylFractal commented 2 years ago

Should be fairly straightforward for someone to implement, just need to add it to the tree type enum and call the appropriate generator. If the generator doesn't exist, this might be more complicated.

Additional information:

wizjany commented 2 years ago

this isn't a tree gen according to bukkit, and there's no arbitrary feature gen exposed there, so we'll either need to skip bukkit or change we-bukkit to use nms for tree gen instead of api.