From 3331ea9251e885a4a960dc115e838254082aa004 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 15 Apr 2023 16:18:56 -0500 Subject: [PATCH] readme update to reflect current status --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8793a5f..0a0faf2 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,14 @@ update.pl - Perl script can be run in the mods folder to update mods. Wrote this # Status +As of 4/15/23: + +Some minor updates for minetest 5.7.0. All code was given a test as part of my server's update to minetest 5.7.0. Seems to work just fine for what I made it for. Expanding the script to include more mod management realted functions is certainly something that will happen as I'm tired of adding new mods manually. + As of 1/5/23: Dev branch updated to the latest version of the update script. It should work for the most part, but use at your own risk. I'll push it to the main branch once I've tested it. # Current items -Currently there is a mod updater in works. This is meant for running minetest in server mode on a vps. This is something that is being developed for my own uses and might nbe useful. \ No newline at end of file +Currently there is a mod updater in works. This is meant for running minetest in server mode on a vps. This is something that is being developed for my own uses and might nbe useful.