Updates for 5.10 and reanme to Luanti

This commit is contained in:
kake26 2025-01-12 15:45:43 -06:00
parent 0f5b6e227b
commit 0c8eb5bfe6
Signed by: kake26
GPG key ID: E8AFC43591876B4D
7 changed files with 5 additions and 5 deletions

2
update.pl Normal file → Executable file
View file

@ -13,7 +13,7 @@ use Storable;
$updfile = "index.json"; # I could use JSON here, but it might be easier to abuse jq
$updlsturl = "https://content.minetest.net/api/packages/"; # give use a json file of everything available
$modpath = "/home/kake26/minetest-5.8.0/mods"; # where your server stores its mods
$modpath = "/home/kake26/minetest-5.10.0/mods"; # where your server stores its mods
sub chk_update () {