PluginBugs / Issues-CosmeticsCore

Repository used to keep track of issues of my plugin CosmeticsCore
https://lonedev.gitbook.io/cosmeticscore/
0 stars 0 forks source link

Make possible to use balloon-type without lead #228

Closed jamydariels closed 5 months ago

jamydariels commented 6 months ago

Terms

Discord tag (optional)

megadose

Describe the solution you'd like

I have made a beautiful helicopter that follows me everywhere but i think it would be amazing if it didn't had a lead ? If you implement this feature, i would for sure design more flying things to follow you, since i find it amazing.

Here is a preview of how it looks now : https://imgur.com/a/a8gBwNH

I thought it could be cool to have a parameter in cosmetic config like show-lead: and probably not too hard to code ^^ Thanks for considering this suggestion :)

Is your feature request related to a problem?

No, it's not. It works as balloon type should.

Describe alternatives you've considered

I thought maybe it could be possible to move the lead position the nearest to the player but probably it wouldn't be so good since it's "balloon position related".

Additional context

No response

LoneDev6 commented 5 months ago

This is already implemented, you can set leash: false in the balloon settings.

LoneDev6 commented 5 months ago

Example:

  star_kite:
    display_name: "Star Kite"
    type: BALLOON_ENTITY
    balloon:
      leash: false
jamydariels commented 5 months ago

Oh damn! I believed it was not. Thanks a lot for your time !