update NanoLimbo repository name (#3564)

This commit is contained in:
Navio1430
2025-07-20 14:16:42 +02:00
committed by GitHub
parent d8bca85d55
commit c9dd6dc72c
4 changed files with 14 additions and 2 deletions

View File

@@ -41,7 +41,9 @@ Configuration options with defaults:
## NanoLimbo
A [NanoLimbo](https://github.com/Nan1t/NanoLimbo) server can be run by setting `TYPE` to `NANOLIMBO`.
A [NanoLimbo](https://github.com/BoomEaro/NanoLimbo) server can be run by setting `TYPE` to `NANOLIMBO`.
Note: it is a fork of the original [NanoLimbo](https://github.com/Nan1t/NanoLimbo) made by Nan1t
An alternate Limbo server

View File

@@ -7,7 +7,7 @@ isDebugging && set -x
if ! SERVER=$(mc-image-helper github download-latest-asset \
--output-directory=/data \
--name-pattern="NanoLimbo-.+?(?<!-sources)\.jar" \
Nan1t/NanoLimbo
BoomEaro/NanoLimbo
); then
logError "Failed to download NanoLimbo"
exit 1

View File

@@ -0,0 +1,9 @@
services:
mc:
restart: "no"
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
environment:
EULA: "TRUE"
TYPE: NANOLIMBO
volumes:
- ./data:/data

View File

@@ -0,0 +1 @@
mc-image-helper assert fileExists "/data/NanoLimbo-*.jar"