2022-05-10 22:36:50 +02:00
|
|
|
# Minetest Major Breakages List
|
|
|
|
|
|
|
|
This document contains a list of breaking changes to be made in the next major version.
|
|
|
|
|
|
|
|
* Remove attachment space multiplier (*10)
|
2022-09-20 10:55:51 +02:00
|
|
|
* Remove player gravity multiplier (*2)
|
2022-05-10 22:36:50 +02:00
|
|
|
* `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)
|
2022-08-14 20:25:52 +02:00
|
|
|
* rotate moon texture by 180°, making it coherent with the sun (see https://github.com/minetest/minetest/pull/11902)
|
2022-08-12 11:17:02 +02:00
|
|
|
* remove undocumented `set_physics_override(num, num, num)`
|
2022-11-24 23:56:43 +01:00
|
|
|
* remove special handling of `${key}` syntax in metadata values
|