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

Extend Mob Charm Check to All Entities #539

Open
Jackiecrazy opened this issue Dec 18, 2021 · 0 comments
Open

Extend Mob Charm Check to All Entities #539

Jackiecrazy opened this issue Dec 18, 2021 · 0 comments

Comments

@Jackiecrazy
Copy link

This is primarily useful for pack makers. There are quite a few mods that render normally passive mobs hostile, or force neutral mobs into hostility (notably iron golems). These mobs cannot be calmed with their respective charms (should the pack create ways to acquire them) because the charm aggro check reads off the charm registry list, which is only generated for hostile mobs. I'm not sure what the best way to navigate around this would be, but it'd be nice to have them extend to all MobEntitys. I'd imagine modifying the registry to accept all mobs, then restricting the drops to hostile mobs in the drop event would maintain the current effects?

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

1 participant