aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZughy <63455151+Zughy@users.noreply.github.com>2022-08-14 20:25:52 +0200
committerGitHub <noreply@github.com>2022-08-14 20:25:52 +0200
commit760242c076921775733c3dd039d3aaabcc64125f (patch)
treeac85a03742cabdfb1b7d5dd22f5526d9e84faaf7
parentc7059c4981abc35d7615099306692f90750cb148 (diff)
downloadminetest-760242c076921775733c3dd039d3aaabcc64125f.tar.xz
Docs: add "flip moon texture" into breakage file (#12417)
-rw-r--r--doc/breakages.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/breakages.md b/doc/breakages.md
index 5443fbf3d..f625a0f4d 100644
--- a/doc/breakages.md
+++ b/doc/breakages.md
@@ -6,4 +6,5 @@ This document contains a list of breaking changes to be made in the next major v
* `get_sky()` returns a table (without arg)
* `game.conf` name/id mess
* remove `depends.txt` / `description.txt` (would simplify ContentDB and Minetest code a little)
+* rotate moon texture by 180°, making it coherent with the sun (see https://github.com/minetest/minetest/pull/11902)
* remove undocumented `set_physics_override(num, num, num)`