-
-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Information
Minecraft version: 1.21.1
Modloader: NeoForge
NeoForge version: 21.1.219
Environment: Singleplayer / Multiplayer
First mod name: Biome Spawn Point
First mod version: 2.4
Second mod name: Async Locator Refined
Second mod version: 1.5.2
(Or potentially any mod that moves locating biomes off the main thread.)
Description
When attempting to locate the biome to spawn in, if locating biomes is asynchronous, then it immediately fails to find the biome and proceeds. With asynchronous locating commands, it will return the biome once located, but Biome Spawn Point has already moved on.
Perhaps allowing a configurable delay to give Biome Spawn Point to wait for a response or timeout would help, or more integrated would potentially be able to wait for an async locate for that biome.
Crash report
No crash, just failure.