EngineHub / CraftBook

🔧 Machines, ICs, PLCs, and more!
https://enginehub.org/craftbook/
GNU General Public License v3.0
302 stars 164 forks source link

TreeLopper nbt and metadata specific tools #1165

Open LadyCailinBot opened 4 years ago

LadyCailinBot commented 4 years ago

CRAFTBOOK-3458 - Reported by shazbotpolska

so basically I would like to create lumber axes but when I was defining in config the very items with all of their properties The TREE LOPPER wants to use all of the axes instead of the lumber ones I am sure that I've written proper item syntax for them because it was copied from custom crafting and I guess you use the same type of syntax all over the plugin.

heres a tree lopper config I am using: ` TreeLopper: block-list:

LadyCailinBot commented 4 years ago

Comment by me4502

It seems this is because TreeLopper uses the WorldEdit API, which does not yet support this.

LadyCailinBot commented 4 years ago

Comment by shazbotpolska

@me4502 Will I be able to see the update for worldedit api that will include this feature soon?

LadyCailinBot commented 4 years ago

Comment by me4502

It's a rather complex thing to actually support correctly, due to Bukkit. Bukkit does it very incorrectly and therefore is much harder to properly support here (as opposed to other platforms such as Sponge, Fabric, Forge, etc). The WorldEdit API has to support all of these platforms together, and Bukkit is the odd one out massively increasing complexity.

So I'm not sure on a timeframe