BentoBoxWorld / AOneBlock

A OneBlock Minecraft Game for BentoBox
https://docs.bentobox.world
Eclipse Public License 2.0
77 stars 29 forks source link

Warden in with its animation crawling from the ground #282

Open Marmur2020 opened 2 years ago

Marmur2020 commented 2 years ago

Is your feature request related to a problem?

To make an animation for Warden, you need to have the NBT-API library.

Describe the solution you'd like.

So that he does not immediately attack the player when he is already forced)

Describe alternatives you've considered.

https://www.spigotmc.org/threads/spawning-warden.563848/

Agreements

Other

No response

tastybento commented 1 year ago

In the link to the Spigot page, the OP writes that he doesn't need an API to write NBT Tags for the entity and it only takes a "couple of lines". The API is this one (https://github.com/tr7zw/Item-NBT-API). For folks who know, is it "easy" to enable the tags? We could add it to our NMS classes and just have the backup not do it. @BONNe Any idea?

BONNe commented 1 year ago

Well, maintaining NMS is a hazardous thing. They made it much easier now, but it will lock to a single version :(

But if there is no other options, well, then NMS to use is only thing we can do.

tastybento commented 1 year ago

Do you know what the code would be to set this?