Fix: More painful nonsense to mention about.

master
aa6 2022-02-05 18:13:03 +03:00
parent 5ba777d7ce
commit 3307c3408a
3 changed files with 4 additions and 3 deletions

View File

@ -42,8 +42,9 @@ All mod dependencies are optional.
- Run `git clone https://github.com/aa6/minetest_wadsprint.git; cd minetest_wadsprint` to clone the repository.
- Run `bash util/git_hook_pre_commit.bash install` after repository cloning. `./VERSION` and `./util/version.png` then will be updated automatically on every commit. To increment minor version append " 2" to `./VERSION` file contents.
- Use `print(dump( ... ))` to print tables to console when debugging
- Use `error(123)` to stop execution when debugging
- Use `print(dump( ... ))` to print tables to console when debugging.
- Use `error(123)` to stop execution when debugging.
- Remember that array numeration in Lua starts not from `0` but from `1`: `arr = { 123 }; -- arr[0] == nil; arr[1] == 123`.
- Use manual http://dev.minetest.net/Category:Methods
**Changelog**

View File

@ -1 +1 @@
0.11.4
0.11.6

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB