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
When worldgen is spawning the mob, it is using a worldGenRegion. This mixin is using the ServerLevel however that the entity is using. So what happens is within the generating chunk, it goes to spawn entity, call ServerLevel's getBiome, and then crashes because the chunk it is trying to get is the one that is generating at that point.
crash-2024-08-27_22.25.08-server.txt
from the creator of repurposed structures:
The problematic mod is More Mob Variant’s mixin. Please report to them and link this issue report so they know what to fix
net.minecraft.class_1613.handler$gaj000$moremobvariants$onInitialize(cl
The text was updated successfully, but these errors were encountered: