CoreNetwork / Mantle

The main plugin powering majority of features on Flatcore
1 stars 1 forks source link

Make Magma Cubes spawn in bright light too #317

Closed riddle closed 9 years ago

riddle commented 9 years ago

Cubes are supposed to be what spawns when you make your perimeter safe in the Nether. They’re Nether’s slimes and should spawn freely in light.

So when you put torches everywhere, you should get a lot of cubes.

matejdro commented 9 years ago

Hm is this actually happening? I checked code and magma cube exception is there.

riddle commented 9 years ago

Good. So we need to make sure that if light level is 7 and below, the chance of spawning is only 10%. Slimes almost never spawn in darkness in Overworld, as any other mob “wins” with them.

matejdro commented 9 years ago

Spawning rate is the same, all other mobs just instantly despawn when they hit light level (this is how spawn cancelling in bukkit works).

riddle commented 9 years ago

This is inverted. I need Magma Cubes to not spawn in darkness at all. Just like we have that set in Slimes module.

matejdro commented 9 years ago

Oh ok.

riddle commented 9 years ago

@matejdro When can this be done? :)

matejdro commented 9 years ago

Sorry, totally forgot about that.