Skip to content

Commit

Permalink
minetest: Rename to luanti (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuritoYuenan authored Dec 23, 2024
1 parent 0eb0a3e commit 948e451
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions bucket/minetest.json → bucket/luanti.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"version": "5.9.1",
"description": "Minecraft-like infinite-world multiplayer sandbox game",
"homepage": "https://www.minetest.net/",
"version": "5.10.0",
"description": "An open source voxel game-creation platform with easy modding and game creation (formerly Minetest)",
"homepage": "https://www.luanti.org/",
"license": "LGPL-2.1-or-later",
"architecture": {
"32bit": {
"url": "https://github.com/minetest/minetest/releases/download/5.9.1/minetest-5.9.1-win32.zip",
"hash": "e2ec2505457bb2c32ed5dab6dab7640586cced3b512584e66a34b8b5cd3f525b",
"extract_dir": "minetest-5.9.1-win32"
"url": "https://github.com/minetest/minetest/releases/download/5.10.0/luanti-5.10.0-win32.zip",
"hash": "1074ed41947d29f66e6a3567b3c8ab07306923e8843d5e283b27a986bc15c01c",
"extract_dir": "luanti-5.10.0-win32"
},
"64bit": {
"url": "https://github.com/minetest/minetest/releases/download/5.9.1/minetest-5.9.1-win64.zip",
"hash": "2ec9a734159c7837bc25c168b2251efd2c230aa72266140fb6ae760b685d654c",
"extract_dir": "minetest-5.9.1-win64"
"url": "https://github.com/minetest/minetest/releases/download/5.10.0/luanti-5.10.0-win64.zip",
"hash": "7a12e73c94bb132a681dd52834bb3587ff75c5fc28f793f958bca24fab332bb1",
"extract_dir": "luanti-5.10.0-win64"
}
},
"post_install": [
Expand All @@ -22,8 +22,8 @@
],
"shortcuts": [
[
"bin\\minetest.exe",
"Minetest",
"bin\\luanti.exe",
"Luanti",
"--config ..\\config\\minetest.conf"
]
],
Expand All @@ -39,12 +39,12 @@
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/minetest/minetest/releases/download/$version/minetest-$version-win32.zip",
"extract_dir": "minetest-$version-win32"
"url": "https://github.com/minetest/minetest/releases/download/$version/luanti-$version-win32.zip",
"extract_dir": "luanti-$version-win32"
},
"64bit": {
"url": "https://github.com/minetest/minetest/releases/download/$version/minetest-$version-win64.zip",
"extract_dir": "minetest-$version-win64"
"url": "https://github.com/minetest/minetest/releases/download/$version/luanti-$version-win64.zip",
"extract_dir": "luanti-$version-win64"
}
}
}
Expand Down

0 comments on commit 948e451

Please sign in to comment.