BentoBoxWorld / Greenhouses

BentoBox Add-on to enable personal biomes in a glass greenhouse
Eclipse Public License 2.0
13 stars 9 forks source link

Wither Skeletons not spawning in Greenhouses #108

Closed mercurialmusic closed 11 months ago

mercurialmusic commented 11 months ago

Expected behavior

This may be more of a question to make sure I'm doing it correctly than a bug report, but we're trying to allow for wither skeletons to spawn in Greenhouses with no luck.

biomes.yml config section:

  FORTRESS:
    friendlyname: "&cFortress of Solitude"
    biome: nether_wastes
    icon: NETHER_BRICKS
    priority: 18
    lavacoverage: 21
    icecoverage: 0
    watercoverage: 0
    contents:
      NETHERRACK: 10
      NETHER_BRICKS: 10
    conversions:
      NETHERRACK: 25:NETHER_BRICKS:LAVA
      NETHERRACK: 0.005:ANCIENT_DEBRIS:LAVA
    mobs:
      WITHER_SKELETON: 1:NETHER_BRICKS
      BLAZE: 10:NETHER_BRICKS
    moblimit: 7

I would expect based on the rates of ancient debris that spawn that at least some wither skeletons would spawn. We experimented with these rates, even setting them to 100 at one point, and no dice.

Observed/Actual behavior

Even when blocks are correct and space is available, we've had zero. It's the one thing our players complain about the most about these and I'm finally just now getting around to asking.

Steps/models to reproduce

Use biome config above, adjusting rates as desired, build fortress greenhouse, weep at lack of wither skeleton spawns.

BentoBox version

[05:07:21 INFO]: Running PAPER 1.20.1. [05:07:21 INFO]: BentoBox version: 1.24.1 [05:07:21 INFO]: Database: JSON [05:07:21 INFO]: Loaded Game Worlds: [05:07:21 INFO]: acidisland_world (AcidIsland): Overworld, Nether, The End [05:07:21 INFO]: bskyblock_world (BSkyBlock): Overworld, Nether, The End [05:07:21 INFO]: oneblock_world (OneBlock): Overworld, Nether* [05:07:21 INFO]: Loaded Addons: [05:07:21 INFO]: AcidIsland 1.18.1-SNAPSHOT-b995 (ENABLED) [05:07:21 INFO]: AOneBlock 1.14.1 (ENABLED) [05:07:21 INFO]: BSkyBlock 1.17.0-SNAPSHOT-b743 (ENABLED) [05:07:21 INFO]: Challenges 1.3.0-SNAPSHOT-b531 (ENABLED) [05:07:21 INFO]: DimensionalTrees 1.6.1-SNAPSHOT-b89 (ENABLED) [05:07:21 INFO]: Greenhouses 1.7.4-SNAPSHOT-b359 (ENABLED) [05:07:21 INFO]: Level 2.11.0-SNAPSHOT-b541 (ENABLED) [05:07:21 INFO]: Limits 1.19.1-SNAPSHOT-b318 (ENABLED) [05:07:21 INFO]: Warps 1.14.0-SNAPSHOT-b353 (ENABLED)

Plugin list

No response

Other

Thanks!

tastybento commented 11 months ago

Huh. Sorry to hear that. I’ll check into it.

tastybento commented 11 months ago

Please try version 1.7.4.

I found a bug where mobs were not spawning at all unless the maxmob config setting was put into the recipe, so actually, no mobs were spawning.

The other issue I found was that wither skeletons have to have 3 blocks of height to spawn because they are tall!

Once I fixed the bug and made my greenhouse taller they spawned:

Screenshot 2023-09-19 at 9 43 15 PM
mercurialmusic commented 11 months ago

Thanks so much! Confirming that this fixed it for us!