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

[BUG] EntityEvent.ADD is not invoked on server side on Fabric when server/game starts #570

Open
donmor opened this issue Oct 16, 2024 · 0 comments

Comments

@donmor
Copy link

donmor commented Oct 16, 2024

EntityEvent.ADD is invoked on both sides on Forge and Fabric if a mob is spawned during the game. However when the level is being initialized, the event is only invoked on client side on Fabric, while on Forge it can be invoked on both server and client.

I think it's not likely to be an intended design, as we expect Architectury to cease differences between mod loaders.

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