WorldEdit icon indicating copy to clipboard operation
WorldEdit copied to clipboard

Please support to plant bamboo.

Open wifi-left opened this issue 2 years ago • 2 comments

The Problem

Can't grow bamboo in tree command.

A Solution

Add bamboo into tree command.

Alternatives

No response

Anything Else?

No response

wifi-left avatar Jan 15 '22 09:01 wifi-left

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:

  • This is desirable over //set bamboo; due to the way that bamboo grows, //set bamboo won't give a natural-looking result.

octylFractal avatar Jan 15 '22 09:01 octylFractal

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.

wizjany avatar Jan 15 '22 20:01 wizjany