Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No mob spawning in loaded worlds #130

Open
wordandahalf opened this issue Jun 6, 2022 · 1 comment
Open

No mob spawning in loaded worlds #130

wordandahalf opened this issue Jun 6, 2022 · 1 comment

Comments

@wordandahalf
Copy link

wordandahalf commented Jun 6, 2022

Describe the issue
No natural mob spawning occurs in worlds loaded by ASWM, regardless of gamerule settings or difficulty.
Using /swm create and manually updating the difficulty and gamerules results in a world in which mobs spawn.

Spigot version
1.18.2

Plugin version
2.8.0-SNAPSHOT (ae292c4)

How to reproduce

Configure plugin to load world with mob spawning enabled:

worlds:
    world-name:
        source: file
        spawn: 0, 64, 0
        difficulty: hard
        allowMonsters: true
        allowAnimals: false
        dragonBattle: false
        pvp: false
        environment: NORMAL
        worldType: CUSTOMIZED
        defaultBiome: minecraft:plains
        loadOnStartup: true
        readOnly: true

Witness no mobs spawning. Spawners work, but natural mob spawning does not.

Crash reports (if available)
N/A

@wordandahalf
Copy link
Author

wordandahalf commented Jun 6, 2022

Most bizarre, mob spawning was fixable by covering the world with a layer of stone, removing it, and saving it. I have no idea how or why this works.
It is important to note that these worlds were made with a 1.16.5-compatible version of ASWM and were automatically updated by the plugin to be compatible with 1.18.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant