diff options
author | Lars Müller <34514239+appgurueu@users.noreply.github.com> | 2022-09-20 10:55:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-20 10:55:51 +0200 |
commit | 1317cd12d74dba4ff765d6e18b0b30cdf42002a3 (patch) | |
tree | 417fcd478cf89fbf4912f816bec13cf8a4b6a9c5 /doc/breakages.md | |
parent | 11905a6db65e70c84683098711ce36958968c6c3 (diff) | |
download | minetest-1317cd12d74dba4ff765d6e18b0b30cdf42002a3.tar.xz |
Fix formula used for acceleration (#12353)
Diffstat (limited to 'doc/breakages.md')
-rw-r--r-- | doc/breakages.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/breakages.md b/doc/breakages.md index f625a0f4d..9f59b9705 100644 --- a/doc/breakages.md +++ b/doc/breakages.md @@ -3,6 +3,7 @@ This document contains a list of breaking changes to be made in the next major version. * Remove attachment space multiplier (*10) +* Remove player gravity multiplier (*2) * `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) |