make mintest infos more generall instead of a specific mod

This commit is contained in:
c 2024-01-16 11:39:52 +01:00
parent 38dbc8987e
commit 1e35ec7bd6
2 changed files with 18 additions and 7 deletions

View File

@ -52,8 +52,8 @@
- ["runwave", "Trigger the next wave"]
- ["kick <name>", "Kick a person by name"]
- name: minetest
title: "Minetest (Blockbomber)"
description: "The classic Bomberman game in 3D as a mod for Minetest"
title: "Minetest"
description: "Minetest is a sandbox game with great mod support"
download_link: "https://www.minetest.net/downloads/"
- name: odamex
title: "Odamex"

View File

@ -2,13 +2,16 @@
layout: help
game: minetest
---
<h2>Tips</h2>
<h2>Mod Support</h2>
<p>
The game has great mod support and you just have to install Minetest and the mods will be automatically downloaded when you connect to the server! Here is a list of mods we played:
</p>
<ul>
<li>Movement: A, S, W, D</li>
<li>Drop bomb: Left Shift (sneak)(</li>
<li>Throw a bomb that you are standing in: Space (jump) (if player has Spring)</li>
<li>Punch bomb: Left mouse button (punch) (with Fist)</li>
<li>Mineclone 2</li>
<li>Blockbomber</li>
<li>Minetest CTF</li>
</ul>
<h2>Connecting</h2>
<p>
Under address fill in <span class="fw-bold">{{ site.content.play_domain_name }}</span> and keep the port at
@ -17,3 +20,11 @@ game: minetest
</p>
<img src="assets/img/help_minetest.png" alt="The register screen in the Minetest client" class="img-fluid">
<p>You will be placed in the lobby with the other players</p>
<h2>Tips for Blockbomber</h2>
<ul>
<li>Movement: A, S, W, D</li>
<li>Drop bomb: Left Shift (sneak)</li>
<li>Throw a bomb that you are standing in: Space (jump) (if player has Spring)</li>
<li>Punch bomb: Left mouse button (punch) (with Fist)</li>
</ul>