Skip to content

Commit 129f7c5

Browse files
committed
fix: update file name for biome ID configuration file
1 parent 48a9ea5 commit 129f7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/allaymc/server/world/biome/CustomBiomeIdAllocator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
public final class CustomBiomeIdAllocator {
2222

2323
private static final int CUSTOM_BIOME_ID_START = 30000;
24-
private static final String FILE_NAME = "biome_ids.yml";
24+
private static final String FILE_NAME = "biome-ids.yml";
2525

2626
private static CustomBiomeIdAllocator instance;
2727

0 commit comments

Comments
 (0)