Skip to content

Commit c9dd6dc

Browse files
authored
update NanoLimbo repository name (#3564)
1 parent d8bca85 commit c9dd6dc

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

docs/types-and-platforms/server-types/others.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

4648
An alternate Limbo server
4749

scripts/start-deployNanoLimbo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ isDebugging && set -x
77
if ! 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
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mc-image-helper assert fileExists "/data/NanoLimbo-*.jar"

0 commit comments

Comments
 (0)