Cuberite Forum
Blaze not spawning in nether / nether fortresses - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: Blaze not spawning in nether / nether fortresses (/thread-2322.html)

Pages: 1 2


Blaze not spawning in nether / nether fortresses - hellrazor - 01-16-2016

Hello,

I have an issue with blazes in the nether. I discovered several blaze spawners in nether fortresses but none of them works. I haven't discovered any blaze either anywhere so far. Ghasts for instance appear.

Any idea?

Running version 1.8.9 and updated Cuberite on Jan 11, 2016.


RE: Blaze not spawning in nether / nether fortresses - NiLSPACE - 01-16-2016

Hello and welcome to the forum.

Block entities haven't been implemented for structures that use prefabs like villages and nether strongholds. Dungeons and abandoned mine shafts don't use prefabs, so we do already support it there.


RE: Blaze not spawning in nether / nether fortresses - Seadragon91 - 01-16-2016

As a workaround a plugin could replace the pig spawner with blaze spawner with the HOOK_CHUNK_GENERATED.


RE: Blaze not spawning in nether / nether fortresses - hellrazor - 01-16-2016

(01-16-2016, 10:45 PM)Seadragon91 Wrote: As a workaround a plugin could replace the pig spawner with blaze spawner with the HOOK_CHUNK_GENERATED.

Thanks for the quick replies!

1) So in general blazes do exist in Cuberite?
2) @Seadragon91: can you please elaborate in a bit more detail:
- which plugin to install?
- how to configure it?


RE: Blaze not spawning in nether / nether fortresses - NiLSPACE - 01-16-2016

They exist, but you'll have to spawn them manually with a command or using the spawn eggs.

The plugin doesn't exist yet, but shouldn't be too hard to create.


RE: Blaze not spawning in nether / nether fortresses - Seadragon91 - 01-16-2016

Ah yes spawn egs, you can also right-click with a blaze spawn egg on the mob spawner and the pig will be changed to a blaze.
Thanks @NiLSPACE


RE: Blaze not spawning in nether / nether fortresses - hellrazor - 01-17-2016

(01-16-2016, 11:44 PM)Seadragon91 Wrote: Ah yes spawn egs, you can also right-click with a blaze spawn egg on the mob spawner and the pig will be changed to a blaze.
Thanks @NiLSPACE

Hey. Thanks, I can indeed manually spawn blazes now with blaze eggs.

I also managed to transform the pig spawner to a blaze spawner.
Still, I have the impression they are not spawned -> any idea?


RE: Blaze not spawning in nether / nether fortresses - NiLSPACE - 01-17-2016

The reason why blaze do not spawn is because it's apparently not implemented yet for them. There is a method in Cuberite that checks if a mob can spawn somewhere, but the blaze isn't listed there, and thus can't spawn anywhere: https://github.com/cuberite/cuberite/blob/bc4a6ec3eacc1dd7c497ab3babd61f03ebb86621/src/MobSpawner.cpp#L130


RE: Blaze not spawning in nether / nether fortresses - hellrazor - 01-17-2016

(01-17-2016, 02:05 AM)NiLSPACE Wrote: The reason why blaze do not spawn is because it's apparently not implemented yet for them. There is a method in Cuberite that checks if a mob can spawn somewhere, but the blaze isn't listed there, and thus can't spawn anywhere: https://github.com/cuberite/cuberite/blob/bc4a6ec3eacc1dd7c497ab3babd61f03ebb86621/src/MobSpawner.cpp#L130

Ok, thanks for clearing that out!


RE: Blaze not spawning in nether / nether fortresses - Jammet - 01-17-2016

I haven't seen Cuberite generate dungeons at all yet, in the normal world, looking forward to seeing them sometime in the future.