Different modpack for mc server
This commit is contained in:
parent
3d1fec0491
commit
ba35020114
1 changed files with 3 additions and 3 deletions
|
|
@ -3,8 +3,8 @@
|
||||||
let
|
let
|
||||||
modpack = (pkgs.fetchPackwizModpack {
|
modpack = (pkgs.fetchPackwizModpack {
|
||||||
url =
|
url =
|
||||||
"https://raw.githubusercontent.com/baduhai/FFS/000a28196d5ec5e90222d69cfadb97311bb6f2c3/pack.toml";
|
"https://raw.githubusercontent.com/baduhai/FFS/7d49a4209f1b13b23433079147340a5cad226f65/pack.toml";
|
||||||
packHash = "sha256-EHL/rCkqcRzVvvnDZsP2s7S30ZBsG9r9L4Tn1dzjzWM=";
|
packHash = "";
|
||||||
});
|
});
|
||||||
mcVersion = modpack.manifest.versions.minecraft;
|
mcVersion = modpack.manifest.versions.minecraft;
|
||||||
fabricVersion = modpack.manifest.versions.fabric;
|
fabricVersion = modpack.manifest.versions.fabric;
|
||||||
|
|
@ -24,7 +24,7 @@ in {
|
||||||
serverProperties = {
|
serverProperties = {
|
||||||
difficulty = "hard";
|
difficulty = "hard";
|
||||||
gamemode = "survival";
|
gamemode = "survival";
|
||||||
motd = "O Seridor";
|
motd = "Prominence II";
|
||||||
online-mode = false;
|
online-mode = false;
|
||||||
spawn-protection = false;
|
spawn-protection = false;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue