You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the mod only supports biome tags from cobblemon.
For example,
Bulbasaur can be found on Jungles and Tropical islands.
In the files, spawn_pool_world [ "#cobblemon:is_jungle", "#cobblemon:is_tropical_island" ] are used for its biome definition.
When I add a custom spawn_pool using only 1 biome, for example, "minecraft:plains", it doesn't show up in the dex, and also the other spawns.
Without single biome:
With single biome (minecraft:plains):
The text was updated successfully, but these errors were encountered:
Currently, the mod only supports biome tags from cobblemon.
For example,
Bulbasaur can be found on Jungles and Tropical islands.
In the files, spawn_pool_world [ "#cobblemon:is_jungle", "#cobblemon:is_tropical_island" ] are used for its biome definition.
When I add a custom spawn_pool using only 1 biome, for example, "minecraft:plains", it doesn't show up in the dex, and also the other spawns.
Without single biome:
With single biome (minecraft:plains):
The text was updated successfully, but these errors were encountered: