0.4.6
This commit is contained in:
parent
e5c64fefe7
commit
9f32bbcc8b
11
download.php
11
download.php
@ -18,6 +18,8 @@ function githubtarzip($repo, $tag){
|
|||||||
$dls = array(
|
$dls = array(
|
||||||
array("text" => "minetest-0.4.x", "tag" => "stable-0.4"),
|
array("text" => "minetest-0.4.x", "tag" => "stable-0.4"),
|
||||||
array("text" => "minetest_game-0.4.x", "tag" => "stable-0.4", "repo" => "minetest_game"),
|
array("text" => "minetest_game-0.4.x", "tag" => "stable-0.4", "repo" => "minetest_game"),
|
||||||
|
array("text" => "minetest-0.4.6", "tag" => "0.4.6"),
|
||||||
|
array("text" => "minetest_game-0.4.6", "tag" => "0.4.6", "repo" => "minetest_game"),
|
||||||
array("text" => "minetest-0.4.5", "tag" => "0.4.5"),
|
array("text" => "minetest-0.4.5", "tag" => "0.4.5"),
|
||||||
array("text" => "minetest_game-0.4.5", "tag" => "0.4.5", "repo" => "minetest_game"),
|
array("text" => "minetest_game-0.4.5", "tag" => "0.4.5", "repo" => "minetest_game"),
|
||||||
array("text" => "minetest-0.4.4", "tag" => "0.4.4"),
|
array("text" => "minetest-0.4.4", "tag" => "0.4.4"),
|
||||||
@ -59,12 +61,17 @@ After downloading, make sure to <a href="extend.php">get some mods and stuff</a>
|
|||||||
<td style="width:30%;vertical-align:top;padding-right: 1em;">
|
<td style="width:30%;vertical-align:top;padding-right: 1em;">
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://minetest.ru/builds/minetest-0.4.5.zip">
|
<a href="http://minetest.ru/builds/minetest-0.4.6.zip">
|
||||||
<span class="bigdownload">
|
<span class="bigdownload">
|
||||||
Minetest 0.4.5 (zip)
|
Minetest 0.4.6 (zip)
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="http://minetest.ru/builds/minetest-0.4.5.zip">
|
||||||
|
Minetest 0.4.5 (zip)
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/downloads/minetest/minetest/minetest-0.4.4-win32.zip">
|
<a href="https://github.com/downloads/minetest/minetest/minetest-0.4.4-win32.zip">
|
||||||
Minetest 0.4.4 (zip)
|
Minetest 0.4.4 (zip)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user