diff --git a/README.md b/README.md index 92ddac2..3932ae4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,10 @@ http://wiki.minetest.com/wiki/Installing_mods **Development** -- 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`. +- Run `git clone https://github.com/aa6/minetest_hardcorebrix.git; cd minetest_hardcorebrix` 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 manual http://dev.minetest.net/Category:Methods **Changelog** diff --git a/VERSION b/VERSION index 72f9fa8..28af839 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.4 \ No newline at end of file +0.2.5 \ No newline at end of file diff --git a/util/version.png b/util/version.png index 5ce5d68..d8c90e0 100644 Binary files a/util/version.png and b/util/version.png differ