mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
62 lines
2.2 KiB
Plaintext
62 lines
2.2 KiB
Plaintext
#language en
|
|
|
|
##TAG:TRANSLATION-HEADER-START
|
|
~- [[de/FreedomBox/Manual/Minetest|Deutsch]] - [[FreedomBox/Manual/Minetest|English]] - [[es/FreedomBox/Manual/Minetest|Español]] - [[DebianWiki/EditorGuide#translation|(+)]] -~
|
|
##TAG:TRANSLATION-HEADER-END
|
|
|
|
<<TableOfContents()>>
|
|
|
|
## BEGIN_INCLUDE
|
|
|
|
== Minetest (Block Sandbox) ==
|
|
||<tablestyle="float: right;"> {{attachment:Minetest-icon_en_V01.png|Minetest icon}} ||
|
|
|
|
'''Available since''': version 0.9
|
|
|
|
Minetest is a multiplayer infinite-world block sandbox. This module enables the Minetest server to be run on this !FreedomBox, on the default port (30000). To connect to the server, a [[https://www.minetest.net/downloads/|Minetest client]] is needed.
|
|
|
|
=== Port Forwarding ===
|
|
|
|
If your !FreedomBox is behind a router, you will need to set up port forwarding on your router. You should forward the following ports for Minetest:
|
|
* UDP 30000
|
|
|
|
=== Install and enable mods ===
|
|
|
|
After SSHing into your !FreedomBox server, install (unzip or {{{git clone}}}) mods in {{{/var/games/minetest-server/.minetest/mods}}} (for example, for the mobs_animal mod, you'd have the new {{{/var/games/minetest-server/.minetest/mods/mobs_animal/}}} directory).
|
|
|
|
To enable a mod, first restart minetest:
|
|
|
|
{{{
|
|
sudo systemctl restart minetest-server.service
|
|
}}}
|
|
|
|
This will update the world config file, located in {{{/var/games/minetest-server/.minetest/worlds/world/world.mt}}}, with a line related to the added mod. Set that line from {{{false}}} to {{{true}}} in order to enable the new mod in your minetest instance. For example:
|
|
|
|
{{{
|
|
load_mod_mobs_animal = true
|
|
}}}
|
|
|
|
After that, save your changes, restart minetest one more time, then you should be all set.
|
|
|
|
|
|
=== External links ===
|
|
|
|
* Upstream Project: https://www.minetest.net
|
|
* Upstream Documentation: https://wiki.minetest.net
|
|
* [[Games/Minetest|Debian Minetest Wiki]]
|
|
* Using Minetest in Education: https://www.minetest.net/education/
|
|
|
|
==== Client Apps ====
|
|
* Debian: the client app package name is DebianPkg:minetest.
|
|
* Other platforms: https://www.minetest.net/downloads/
|
|
|
|
## END_INCLUDE
|
|
|
|
Back to [[FreedomBox/Features|Features introduction]] or [[FreedomBox/Manual|manual]] pages.
|
|
|
|
|
|
<<Include(FreedomBox/Portal)>>
|
|
|
|
----
|
|
CategoryFreedomBox
|