1.12 Problem with wasp hives
Aalwein opened this issue ยท 2 comments
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:
- Load world, enter nether.
- Get near to a hive with a wasp spawner.
- Warning spams until leaving the vicinity of the hive.
Additional Information:
-
fml-client-latest.log or fml-server-latest.log:
latest - Copy.txt -
Screenshots:
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
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
The wasp is registered as biomesoplenty:biomesoplenty.wasp
: ModEntities.java#L34
But the spawner is created to spawn biomesoplenty:wasp
: GeneratorHive.java#L176