Chailotl / particular

Enhances Minecraft's ambience with hand-crafted visual effects like fireflies, falling leaves, and waterfall cascades
GNU Lesser General Public License v3.0
38 stars 21 forks source link

Ripples from rain does not work with 'Particle Rain' Mod #52

Open ScorchedPork opened 1 month ago

ScorchedPork commented 1 month ago

When using both Particular and Particle Rain, the Ripples from rain does not work and needs to have vanilla weather enabled in Particle Rain to show.

pajicadvance commented 1 week ago

A bit late, but I implemented a compatibility patch between those two mods in my patcher mod, Mod Glue. You can just install it and rain ripples from Particular will be triggered by rain particles from Particle Rain.

poqbox commented 4 days ago

Particle Rain has a check for when its rain particles touch a block here. I'm not too familiar with injections, but this seems to be your water ripple code, and you might be able to inject a copy of it into Particle Rain's check. They do something similar with their snow and sand particles, too.