Change level seed into string?

This commit is contained in:
niten 2023-07-16 10:52:11 -07:00
parent 5ca65c3ee6
commit 4549d51c7b
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ in {
declarative = true;
serverProperties = {
level-name = cfg.world-name;
level-seed = cfg.world-seed;
level-seed = toString cfg.world-seed;
motd = cfg.motd;
difficulty = cfg.difficulty;
gamemode = cfg.game-mode;