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

Drips on the client are mismatched #1

Open
Ampflower opened this issue Aug 19, 2022 · 0 comments
Open

Drips on the client are mismatched #1

Ampflower opened this issue Aug 19, 2022 · 0 comments
Labels
bug Something isn't working server/client mismatch Mismatch between client & server

Comments

@Ampflower
Copy link
Member

Environment

  • Minecraft: 1.19
  • Drip: 0.0.0
  • Mod Loader: Agnostic
  • Java: Temurin 17.0.1

To reproduce

  1. Configure Drip on the server
  2. Join with a client without Drip installed or not configured similarly
  3. Use dripstone with something that drips lava (or any other fluid)

Expected results

Same particle on both client & server

Actual results

Client uses its own particle

Anything else?

This seems related to the implementation using a world event packet, rather than spawning a particle via regular means.

This does mean that it is by nature going to be more difficult to patch for vanilla clients efficiently, but should be possible to do a config sync on client & server.

@Ampflower Ampflower added bug Something isn't working server/client mismatch Mismatch between client & server labels Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working server/client mismatch Mismatch between client & server
Projects
None yet
Development

No branches or pull requests

1 participant