Replies: 4 comments 7 replies
-
|
Since Mojang is doing these odd 1.18 pre-snapshot releases outside their normal mechanism it is not seamlessly supported like every other snapshot version used to be. I haven't tried yet, but using TYPE=CUSTOM and supplying the pre-downloaded server jar should work. |
Beta Was this translation helpful? Give feedback.
-
|
@itzg everything seems to be working using custom type and providing the DL link to the server.jar. I think you can close this one out with the answer of "yes" |
Beta Was this translation helpful? Give feedback.
-
|
Doesnt work for me on anything above 1.17.1. :-( |
Beta Was this translation helpful? Give feedback.
-
|
Did you post in the right issue?
The wiki site has the download urls to use for the exp snaps. Considering
nearly every single minecraft version is available from the launcher, I
don't think they got rid of the exps
…On Fri, Apr 1, 2022, 9:48 PM Nadia Kerr ***@***.***> wrote:
None of the DL links mentioned above work for me.
What exact environment variables have you changed / used to enable it to
work with higher than 1.17.x? No settings I have adjusted have enabled it
to function with anything higher. Container in docker continually restarts.
—
Reply to this email directly, view it on GitHub
<#990 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE57HOK54DOEOCVLK6YZSTVC6RPPANCNFSM5BJGPAZQ>
.
You are receiving this because you commented.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, first time using this docker image. Is it possible to run 1.18 experimentals from this? I tried building a docker compose for it but i got the following error:
mc_1 | [init] ERROR couldn't find a matching manifest entry for 1.18_experimental-snapshot-2
I tested 1.17.1 just to make sure and that worked without issues
my docker-compose.yaml:
version: "3"
services:
mc:
image: itzg/minecraft-server
ports:
- 25565:25565
environment:
#TYPE: "PAPER"
EULA: "TRUE"
VERSION: "1.18_experimental-snapshot-2"
volumes:
- /home/lifewater/minecraft/data:/data
(i got the version format from MultiMC, unsure if its correct)
Beta Was this translation helpful? Give feedback.
All reactions