theFox6 / minetest_mod_weather

Weather mod for minetest
14 stars 12 forks source link

Skylight #4

Closed ghost closed 8 years ago

ghost commented 8 years ago

When in a house with a skylight made of "default:glass," the rain pours even though it should not be able to pass through a glass surface. This is because the natural light passing through the glass causes the light level to equal 15.

bug

HybridDog commented 8 years ago

godisgood4, this mod is almost three years old, let me suggest you following: on github always look if there are newer forks, if it's the case, do not star the repository because starred one are shown first when using the github search field. https://github.com/Jeija/minetest-mod-weather/network Obviously xeranas has the newest version: https://github.com/xeranas/weather_pack

If the rain there still falls through nodes, @xeranas could use the recently added collision_removal particledef field: https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L3946-L3948

Jeija commented 8 years ago

@HybridDog This is correct, I haven't been working on this mod for ages and even back then this mod was mostly just a proof-of-concept after I wrote the particle system. So, @godisgood4 , please check some more recent weather mods out there, and if your bug still occurs, report your bug there.