mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
Update README & Changelog
This commit is contained in:
parent
f3c6329526
commit
813c3084a9
2 changed files with 3 additions and 2 deletions
|
@ -6,4 +6,5 @@ It's about time I started a changelog! This will serve from now on as the master
|
||||||
- Update `//multi` to display human readable times (e.g. `2.11mins` instead of `126600ms`)
|
- Update `//multi` to display human readable times (e.g. `2.11mins` instead of `126600ms`)
|
||||||
- Far wand: Notify player when setting pos1 and pos2
|
- Far wand: Notify player when setting pos1 and pos2
|
||||||
- Make timings more accurate (use `minetest.get_us_time()` instead of `os.clock()`)
|
- Make timings more accurate (use `minetest.get_us_time()` instead of `os.clock()`)
|
||||||
- Add `//subdivide`
|
- Add _experimental_ `//subdivide` command
|
||||||
|
- Attempt to fix a crash on startup due to a dependency issue
|
||||||
|
|
|
@ -33,7 +33,7 @@ If you can dream of it, it probably belongs here!
|
||||||
|
|
||||||
### Extras
|
### Extras
|
||||||
- [`//multi <command_a> <command_b> ....`](#multi-command_a-command_b-command_c-)
|
- [`//multi <command_a> <command_b> ....`](#multi-command_a-command_b-command_c-)
|
||||||
- [`//subdivide <size_x> <size_y> <size_z> <cmd_name> <args>`](#subdivide-size_x-size_y-size_z-cmd_name-args)
|
- [`//subdivide <size_x> <size_y> <size_z> <cmd_name> <args>`](#subdivide-size_x-size_y-size_z-cmd_name-args) **experimental**
|
||||||
- [`//y`](#y)
|
- [`//y`](#y)
|
||||||
- [`//n`](#n)
|
- [`//n`](#n)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue