Environment
- Minecraft: 1.19
- Drip: 0.0.0
- Mod Loader: Agnostic
- Java: Temurin 17.0.1
To reproduce
- Configure Drip on the server
- Join with a client without Drip installed or not configured similarly
- 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.
Environment
To reproduce
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.