feat(sterni/machines/edwin): minecraft 1.16.5 -> 1.17
Change-Id: I3393c16db76fba839ea72612f54e6a2a72d0b69d Reviewed-on: https://cl.tvl.fyi/c/depot/+/8329 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
012c8e75d0
commit
7b7c83e449
2 changed files with 15 additions and 6 deletions
|
|
@ -80,6 +80,15 @@ let
|
|||
];
|
||||
};
|
||||
};
|
||||
"1.17" = fetchJar {
|
||||
pname = "server";
|
||||
version = "1.17";
|
||||
url = "https://launcher.mojang.com/v1/objects/0a269b5f2c5b93b1712d0f5dc43b6182b9ab254e/server.jar";
|
||||
sha256 = "0jqz7hpx7zvjj2n5rfrh8jmdj6ziqyp8c9nq4sr4jmkbky6hsfbv";
|
||||
passthru.baseJvmOpts = [
|
||||
"-Dlog4j2.formatMsgNoLookups=true"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue