Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capybara issues with Caracal mod (Fabric) #10

Closed
Monikaahh opened this issue Jun 19, 2022 · 6 comments
Closed

Capybara issues with Caracal mod (Fabric) #10

Monikaahh opened this issue Jun 19, 2022 · 6 comments

Comments

@Monikaahh
Copy link

Monikaahh commented Jun 19, 2022

On my Minecraft server, we installed this cute mod as well as the Caracal mod for Fabric. But when the Caracal and the Capybara are nearby, the Caracal seems to slide over onto the Capybara no matter what - even when on a leash or sitting- and causes the Capybara to forever be walking, which can be annoying because it just walks and teleports to me. (I hope I worded that right.)
I also posted this on the issues tab for the Caracal mod and I'm hoping this issue can be fixed so they can work together

Screenshot to show the problem:
(https://user-images.githubusercontent.com/107805586/174489588-d3a4af46-34f5-4087-b1f5-16edbdda2e67.png)

Edit: It seems like all mobs do this, which can be cute yet annoying since the Capybara no longer follows me when a mob is on top of it. I know it's intentional but is there a way to prevent mobs from sitting on top of the Capybara?

@ZestyBlaze
Copy link
Owner

Since this has been raised a couple times now about people wanting a way to disable this AI feature, I will work on a way to disable this AI of the Capybara with the config :)

@Ivan-Khar
Copy link

You could add e.isSitting() check. If mob is sitting then it shouldn't try to move towards the capybara

@Monikaahh
Copy link
Author

Since this has been raised a couple times now about people wanting a way to disable this AI feature, I will work on a way to disable this AI of the Capybara with the config :)

Thank you! Will it be taken it away permanently or be an option for people who don't want it? I don't want to get rid of that feature forever because it can be cute, just inconveniences me sometimes :')

@Monikaahh
Copy link
Author

You could add e.isSitting() check. If mob is sitting then it shouldn't try to move towards the capybara

Alright, thank you!

@ZestyBlaze
Copy link
Owner

Since this has been raised a couple times now about people wanting a way to disable this AI feature, I will work on a way to disable this AI of the Capybara with the config :)

Thank you! Will it be taken it away permanently or be an option for people who don't want it? I don't want to get rid of that feature forever because it can be cute, just inconveniences me sometimes :')

It will be a config option for those who don't want it, but I'll also check to see if the other entity is sitting and stuff to add more control to it

ZestyBlaze added a commit that referenced this issue Sep 15, 2022
Fix Issue #10
ZestyBlaze added a commit that referenced this issue Sep 15, 2022
@ZestyBlaze
Copy link
Owner

Fixed in 1.0.6 and 1.0.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants