From 87669f982c9d998ca68c86bb50fdb66a8a75fb87 Mon Sep 17 00:00:00 2001 From: Zughy <63455151+Zughy@users.noreply.github.com> Date: Wed, 10 Dec 2025 21:32:53 +0100 Subject: [PATCH] Breakages: split fog from sky functions --- doc/breakages.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/breakages.md b/doc/breakages.md index 6c9acbd95..e3365d90a 100644 --- a/doc/breakages.md +++ b/doc/breakages.md @@ -7,6 +7,8 @@ This list is largely advisory and items may be reevaluated once the time comes. * remove space multiplier for models (*10) * remove player gravity multiplier (*2) * `get_sky()` returns a table (without arg) +* remove fog from `get/set_sky()` and introduce `get/set_fog()` + * https://github.com/luanti-org/luanti/pull/16725#issuecomment-3622450532 * `game.conf` name/id mess * remove `depends.txt` / `description.txt` (would simplify ContentDB and Luanti code a little) * rotate moon texture by 180°, making it coherent with the sun