Körperbewegung

This commit is contained in:
N-Nachtigal 2025-05-13 23:14:13 +02:00
parent b16b24e4f7
commit 95945c0306
78 changed files with 12503 additions and 0 deletions

9
mods/modlib/doc/json.md Normal file
View file

@ -0,0 +1,9 @@
# JSON
Advantages over `minetest.write_json`/`minetest.parse_json`:
* Twice as fast in most benchmarks (for pre-5.6 at least)
* Uses streams instead of strings
* Customizable
* Useful error messages
* Pure Lua