Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mentions of Minetest Game as the default on downloads page #287

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ <h2>Getting started</h2>
<a href="https://content.minetest.net/packages/?type=game">games</a>.
Games provide basic game play for the engine to run using Lua scripts.
Different games have different objectives, such as survival, building or Player vs Player.
Usually Minetest comes with
<a href="https://github.com/minetest/minetest_game">Minetest Game</a>,
to supply the default items and blocks.
You can then add <a href="https://content.minetest.net/packages/?type=mod">mods</a> on
top of a game in order to customize your experience further.
</p>
Expand Down Expand Up @@ -161,9 +158,7 @@ <h2>Source code</h2>
<p>
Get the latest <a href="https://github.com/minetest/minetest/tree/stable-5">stable</a>
or <a href="https://github.com/minetest/minetest">development</a> source code from
<a href="https://github.com/minetest">GitHub</a>.<br>
You will probably want <a href="https://github.com/minetest/minetest_game">Minetest Game</a> as well.
Put the game in your games directory.
<a href="https://github.com/minetest">GitHub</a>.
</p>
<p>
See the <a href="https://github.com/minetest/minetest/blob/master/README.md">README</a>
Expand Down