]> git.lizzy.rs Git - minetest.git/blob - doc/breakages.md
Add keybind to swap items between hands
[minetest.git] / doc / breakages.md
1 # Minetest Major Breakages List
2
3 This document contains a list of breaking changes to be made in the next major version.
4
5 * Remove attachment space multiplier (*10)
6 * Remove player gravity multiplier (*2)
7 * `get_sky()` returns a table (without arg)
8 * `game.conf` name/id mess
9 * remove `depends.txt` / `description.txt` (would simplify ContentDB and Minetest code a little)
10 * rotate moon texture by 180°, making it coherent with the sun (see https://github.com/minetest/minetest/pull/11902)
11 * remove undocumented `set_physics_override(num, num, num)`
12 * remove special handling of `${key}` syntax in metadata values