Changed mc server a bit
This commit is contained in:
parent
86c5282a57
commit
5fced33f8e
1 changed files with 4 additions and 4 deletions
|
|
@ -3,8 +3,8 @@
|
||||||
let
|
let
|
||||||
modpack = (pkgs.fetchPackwizModpack {
|
modpack = (pkgs.fetchPackwizModpack {
|
||||||
url =
|
url =
|
||||||
"https://raw.githubusercontent.com/baduhai/FFS/11a82acc9c67929f2130e03e3fc397a11d9cd809/pack.toml";
|
"https://raw.githubusercontent.com/baduhai/FFS/9544cadf6700c0a3eb743888150c5dfb971641a3/pack.toml";
|
||||||
packHash = "";
|
packHash = "sha256-JXqyRnfz10RQPYrXUFpg/T8F9eT7y+/LTflIWMrRHS8=";
|
||||||
});
|
});
|
||||||
mcVersion = modpack.manifest.versions.minecraft;
|
mcVersion = modpack.manifest.versions.minecraft;
|
||||||
fabricVersion = modpack.manifest.versions.fabric;
|
fabricVersion = modpack.manifest.versions.fabric;
|
||||||
|
|
@ -15,7 +15,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
eula = true;
|
eula = true;
|
||||||
dataDir = "/data/minecraft";
|
dataDir = "/data/minecraft";
|
||||||
servers."seridor" = {
|
servers."expansion" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.fabricServers.${serverVersion}.override {
|
package = pkgs.fabricServers.${serverVersion}.override {
|
||||||
loaderVersion = fabricVersion;
|
loaderVersion = fabricVersion;
|
||||||
|
|
@ -24,7 +24,7 @@ in {
|
||||||
serverProperties = {
|
serverProperties = {
|
||||||
difficulty = "hard";
|
difficulty = "hard";
|
||||||
gamemode = "survival";
|
gamemode = "survival";
|
||||||
motd = "Another RPG";
|
motd = "Expansion";
|
||||||
online-mode = false;
|
online-mode = false;
|
||||||
spawn-protection = false;
|
spawn-protection = false;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue