Skip to content

Commit

Permalink
switch to use a constant value
Browse files Browse the repository at this point in the history
  • Loading branch information
Glease committed Oct 3, 2023
1 parent f6a22c1 commit 201259c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ public File getWorldDirectory() {

@SuppressWarnings("unused") // for thermos compat
public UUID getUUID() {
return UUID.randomUUID();
return UUID.nameUUIDFromBytes("MobsInfoDummyWorld".getBytes(StandardCharsets.UTF_8));
}
}, "DUMMY_DIMENSION", new WorldSettings(new WorldInfo(new NBTTagCompound())), null, new Profiler()) {

Expand Down

0 comments on commit 201259c

Please sign in to comment.