diff options
author | SmallJoker <SmallJoker@users.noreply.github.com> | 2022-08-12 11:17:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 10:17:02 +0100 |
commit | c8ee755c05ca4410b9b1e816a9244b3cf303d3fe (patch) | |
tree | 25a898cc692ba6a996f32d8248dde153847cd539 /doc/breakages.md | |
parent | df1d215f4823b82f704b06eae0179c5e6c6b97af (diff) | |
download | minetest-c8ee755c05ca4410b9b1e816a9244b3cf303d3fe.tar.xz |
Physics overrides: Move values to a common struct (#12591)
Co-authored-by: sfan5 <sfan5@live.de>
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 f7078f1e9..5443fbf3d 100644 --- a/doc/breakages.md +++ b/doc/breakages.md @@ -6,3 +6,4 @@ 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) +* remove undocumented `set_physics_override(num, num, num)` |