Overwrite World.isRainingAt()
CreativeMD opened this issue ยท 3 comments
Hey there,
I'm the author of AmbientSounds. Many people have reported an issue with this mod. The raining sound is played even if it's snowing. Pretty sure SereneSeasons does not implement an extra check for the temperature in world.isRainingAt(BlockPos)
. Would it be possible to add it?
This specific issue has been fixed for awhile, yes. We do this here: https://github.com/Glitchfiend/SereneSeasons/blob/SS-1.16.x-4.x.x/src/main/java/sereneseasons/mixin/MixinWorld.java#L34-L58
Was this in v4.0.0.82? Trying to figure out if this is still an issue: