Skip to content

Commit

Permalink
feat(minecraft): change level name and seed
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzlyn committed Feb 18, 2024
1 parent da5f7f4 commit 208d0a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ spec:
MAX_THREADS: "0"
GAMEMODE: survival
LEVEL_TYPE: DEFAULT
LEVEL_NAME: "lets go pew pew"
LEVEL_SEED: "147950563777164989"
LEVEL_NAME: "home"
LEVEL_SEED: "-1381486679527427600"
DEFAULT_PLAYER_PERMISSION_LEVEL: member
TEXTUREPACK_REQUIRED: "false"
ONLINE_MODE: "true"
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ in
pkgs.tflint
pkgs.tfsec
pkgs.vault
(builtins.getFlake "github:budimanjojo/talhelper").packages.x86_64-linux.default
#(builtins.getFlake "github:budimanjojo/talhelper").packages.x86_64-linux.default
];
}

0 comments on commit 208d0a5

Please sign in to comment.