mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-01 05:43:01 +00:00
1.1 KiB
1.1 KiB
WorldEditAdditions Changelog
It's about time I started a changelog! This will serve from now on as the master changelog for WorldEditAdditions.
v1.8
- Update
//multi
to display human readable times (e.g.2.11mins
instead of126600ms
) - Far wand: Notify player when setting pos1 and pos2
- Make timings more accurate (use
minetest.get_us_time()
instead ofos.clock()
) - Add experimental
//subdivide
command - Attempt to fix a crash on startup due to a dependency issue (#21)
Release text template
The text below is used as a template when making releases.
INTRO
See below for instructions on how to update.
CHANGELOG HERE
Updating
Updating depends on how you installed WorldEditAdditions.
- UI in Minetest: There should be an update button for you to click in the mod menu
- ContentDB: Download the latest update from here
- Git:
cd
to the WorldEditAdditions directory and rungit pull
After installing the update, don't forget to restart your client and / or server.