BentoBoxWorld / ExtraMobs

BentoBox addon that adjusts some mob spawning rules to get Blazes, Wither Skeleton, and Shulkers
Eclipse Public License 2.0
0 stars 0 forks source link

Mobs dont spawn in the world #13

Closed SirvydasS closed 9 months ago

SirvydasS commented 10 months ago

Expected behavior

Spawns only wither skeletons instead of pigzombies

Observed/Actual behavior

Spawning only pigzombies.

Steps/models to reproduce

Make config like that and see that in nether spawning only pigzombiese:

nether-chances:
  # Chance to spawn Wither Skeleton instead of Zombie Pigmen
  wither-skeleton: 1.0

BentoBox version

1.20.2 image

Plugin list

No response

Other

No response

BONNe commented 10 months ago

For Wither Skeleton and Blaze: Addon will replace Zombie Pigmen with Blaze or Wither Skeleton by chance from config, if:

given world is generated by GameMode Addon. given world is Nether Zombie Pigmen is standing on nether brick, nether brick slab or nether brick stairs. (https://github.com/BentoBoxWorld/ExtraMobs#for-wither-skeleton-and-blaze)

You are trying with stone blocks in image.