Skip to content

Compatibility with Async Locator Refined/Async #3614

@Tellik

Description

@Tellik

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.

Metadata

Metadata

Assignees

Labels

IncompatibilityTwo mods aren't working together.Mod Label MissingA new issue where the mod label has yet to be assigned.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions