9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-30 20:39:21 +00:00

[ci skip] cleanup

This commit is contained in:
Dreeam
2025-01-30 16:03:24 -05:00
parent df28582c38
commit 47847ebd51
75 changed files with 396 additions and 405 deletions

View File

@@ -8,6 +8,7 @@ import java.security.SecureRandom;
import java.util.Optional;
public class Globals {
public static final int WORLD_SEED_LONGS = 16;
public static final int WORLD_SEED_BITS = WORLD_SEED_LONGS * 64;