kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
43b47382af
commit
d5fd4976bb
|
@ -1,8 +1,16 @@
|
||||||
---
|
---
|
||||||
title: minetest
|
title: minetest
|
||||||
|
tags:
|
||||||
|
- Games
|
||||||
|
description: "[Minetest](http://www.minetest.net/) (server) is a near-infinite-world block sandbox game and a game engine, inspired by InfiniMiner, Minecraft, and the like."
|
||||||
---
|
---
|
||||||
<!-- DO NOT EDIT THIS FILE MANUALLY -->
|
<!-- DO NOT EDIT THIS FILE MANUALLY -->
|
||||||
<!-- Please read https://github.com/linuxserver/docker-minetest/blob/master/.github/CONTRIBUTING.md -->
|
<!-- Please read https://github.com/linuxserver/docker-minetest/blob/master/.github/CONTRIBUTING.md -->
|
||||||
|
# DEPRECATION NOTICE
|
||||||
|
This image is deprecated. We will not offer support for this image and it will not be updated.
|
||||||
|
|
||||||
|
|
||||||
|
Please migrate to https://github.com/linuxserver/docker-luanti
|
||||||
# [linuxserver/minetest](https://github.com/linuxserver/docker-minetest)
|
# [linuxserver/minetest](https://github.com/linuxserver/docker-minetest)
|
||||||
|
|
||||||
[](https://scarf.sh)
|
[](https://scarf.sh)
|
||||||
|
@ -306,6 +314,7 @@ To help with development, we generate this dependency graph.
|
||||||
init-minetest-config -> init-config-end
|
init-minetest-config -> init-config-end
|
||||||
init-os-end -> init-crontab-config
|
init-os-end -> init-crontab-config
|
||||||
init-mods-end -> init-custom-files
|
init-mods-end -> init-custom-files
|
||||||
|
init-config-end -> init-deprecate
|
||||||
base -> init-envfile
|
base -> init-envfile
|
||||||
base -> init-migrations
|
base -> init-migrations
|
||||||
init-config -> init-minetest-config
|
init-config -> init-minetest-config
|
||||||
|
@ -319,6 +328,7 @@ To help with development, we generate this dependency graph.
|
||||||
init-envfile -> init-os-end
|
init-envfile -> init-os-end
|
||||||
init-migrations -> init-os-end
|
init-migrations -> init-os-end
|
||||||
init-custom-files -> init-services
|
init-custom-files -> init-services
|
||||||
|
init-deprecate -> init-services
|
||||||
init-mods-end -> init-services
|
init-mods-end -> init-services
|
||||||
init-services -> svc-cron
|
init-services -> svc-cron
|
||||||
svc-cron -> legacy-services
|
svc-cron -> legacy-services
|
||||||
|
@ -333,6 +343,7 @@ To help with development, we generate this dependency graph.
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **30.01.25:** - Deprecate due to project renaming to [luanti](https://github.com/linuxserver/docker-luanti).
|
||||||
* **25.11.24:** - Add Prometheus metrics support.
|
* **25.11.24:** - Add Prometheus metrics support.
|
||||||
* **01.06.24:** - Rebase to Alpine 3.20.
|
* **01.06.24:** - Rebase to Alpine 3.20.
|
||||||
* **12.05.24:** - Unpin irrlicht, enable IPv6 support in default conf.
|
* **12.05.24:** - Unpin irrlicht, enable IPv6 support in default conf.
|
||||||
|
|
Ładowanie…
Reference in New Issue