File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
docs/types-and-platforms/server-types
tests/setuponlytests/nanolimbo Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ Configuration options with defaults:
4141
4242## NanoLimbo
4343
44- A [ NanoLimbo] ( https://github.com/Nan1t/NanoLimbo ) server can be run by setting ` TYPE ` to ` NANOLIMBO ` .
44+ A [ NanoLimbo] ( https://github.com/BoomEaro/NanoLimbo ) server can be run by setting ` TYPE ` to ` NANOLIMBO ` .
45+
46+ Note: it is a fork of the original [ NanoLimbo] ( https://github.com/Nan1t/NanoLimbo ) made by Nan1t
4547
4648An alternate Limbo server
4749
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ isDebugging && set -x
77if ! SERVER=$( mc-image-helper github download-latest-asset \
88 --output-directory=/data \
99 --name-pattern=" NanoLimbo-.+?(?<!-sources)\.jar" \
10- Nan1t /NanoLimbo
10+ BoomEaro /NanoLimbo
1111 ) ; then
1212 logError " Failed to download NanoLimbo"
1313 exit 1
Original file line number Diff line number Diff line change 1+ services :
2+ mc :
3+ restart : " no"
4+ image : ${IMAGE_TO_TEST:-itzg/minecraft-server}
5+ environment :
6+ EULA : " TRUE"
7+ TYPE : NANOLIMBO
8+ volumes :
9+ - ./data:/data
Original file line number Diff line number Diff line change 1+ mc-image-helper assert fileExists " /data/NanoLimbo-*.jar"
You can’t perform that action at this time.
0 commit comments