Biomes O' Plenty

Biomes O' Plenty

151M Downloads

1.12 Problem with wasp hives

Aalwein opened this issue ยท 2 comments

commented

Issue Description:

When nearby a nether hive with a wasp spawner, the server is spamming the warning: Skipping Entity with id biomesoplenty:wasp. This was occurring on my primary server so I tested it on a test server with only Biomes O Plenty using a copy of the world data and it continues to occur. The empty hives do not throw the warning (assuming its the spawner causing the issue - as soon as I destroy the spawner the warning stops). I can spawn a nether wasp with a creative egg, if that helps any. I think it might have something to do with world generation as I can place a spawner down, click it with the nether wasp egg (making it a wasp spawner), and the wasps spawn just fine with no warnings.

Steps to reproduce:

  1. Load world, enter nether.
  2. Get near to a hive with a wasp spawner.
  3. Warning spams until leaving the vicinity of the hive.

Additional Information:


Affected Versions (Exact numbers, do NOT use "latest"):

  • Biomes O' Plenty: 1.12-7.0.0.2291-universal
  • Minecraft: 1.12
  • Forge: 14.21.1.2424
commented

I am having this issue too. It only happens when someone walks by hives in the nether, same as OP.

  • Biomes O' Plenty: 1.12-7.0.0.2291-universal
  • Minecraft: 1.12.1
  • Forge: 14.22.1.2478
commented

@Adubbz @Forstride

The wasp is registered as biomesoplenty:biomesoplenty.wasp: ModEntities.java#L34

But the spawner is created to spawn biomesoplenty:wasp: GeneratorHive.java#L176