Fix issue with biome links

pull/1/head
Flashfyre 2023-04-21 21:32:14 -04:00
parent d721705d30
commit b50976d784
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ interface BiomeLinks {
}
export const biomeLinks: BiomeLinks = {
[Biome.TOWN]: Biome.GRASS,
[Biome.TOWN]: Biome.PLAINS,
[Biome.PLAINS]: [ Biome.GRASS, Biome.CITY, Biome.LAKE ],
[Biome.GRASS]: Biome.TALL_GRASS,
[Biome.TALL_GRASS]: [ Biome.FOREST, Biome.CAVE ],