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

Skeleton clone not looping through SlimeChunkSection's correctly #70

Open
ThatForkyDev opened this issue Jul 27, 2023 · 1 comment
Open
Labels
bug Something isn't working

Comments

@ThatForkyDev
Copy link

ThatForkyDev commented Jul 27, 2023

Describe the issue
Cloning worlds other than an overworld doesn't seem to work, tried NETHER and THE_END, and both result in the same problem being thrown

https://paste.tridentgames.net/uhuvepuwib.md

Spigot version
1.20.1 (https://discord.com/channels/741733106930810950/741741550383398942/1133799086861062226)

Plugin version
https://discord.com/channels/741733106930810950/741741550383398942/1133799086861062226

How to reproduce
/swm clone-world tesing_nether nether_test mongodb

Crash reports (if available)

Nether file (before migrating):

worlds conf:
testing_nether:
source: mongodb
spawn: 0, 128, 0
difficulty: peaceful
allowMonsters: true
allowAnimals: true
dragonBattle: false
pvp: true
environment: nether
worldType: DEFAULT
defaultBiome: minecraft:crimson_forest
loadOnStartup: true
readOnly: false

@ThatForkyDev ThatForkyDev added the bug Something isn't working label Jul 27, 2023
@kyngs
Copy link
Member

kyngs commented May 22, 2024

I can't replicate this on 1.20.4.

@ThatForkyDev Can you please verify that this issue is still relevant on the latest build of develop?

Here's my config btw:

    nether_test:
        source: file
        spawn: 0, 49, 0
        difficulty: peaceful
        allowMonsters: true
        allowAnimals: true
        dragonBattle: false
        pvp: true
        environment: nether
        worldType: DEFAULT
        defaultBiome: minecraft:plains
        loadOnStartup: true
        readOnly: false
    nether_test2:
        source: file
        spawn: 0, 49, 0
        difficulty: peaceful
        allowMonsters: true
        allowAnimals: true
        dragonBattle: false
        pvp: true
        environment: nether
        worldType: DEFAULT
        defaultBiome: minecraft:plains
        loadOnStartup: true
        readOnly: 

nether_test2 is a clone of nether_test cloned using the /aswm clone-world comand

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants