does not have BetweenlandsWorldStorage capability
kimven opened this issue ยท 1 comments
Versions
Betweenlands version: 3.9.6
Forge version: 14.23.5.2860
Singleplayer or Multiplayer: Multiplayer , Thermos
Installed mods:MOD.txt
Link to full crash log crash-2023-08-22_23.45.22-server.txt
Description of the problem
How to reproduce:
1.When using plugins to generate temporary worlds such as "Dungeon World", the server crashes
2.In my opinion, this issue is due to the issue of plugins generating the world, which is not related to MOD. However, could you please ask the author to be compatible with these plugins? For example, writing a configuration file to include the world that needs to be read from WorldTick, while other worlds do not need to be read. What about this function? Thank you to the author!
Expected result:
Actual result:
Pictures:
Seems to be that BetweenlandsWorldStorage.forWorld()
was used when BetweenlandsWorldStorage.forWorldNullable()
should have been. I've created a pull request (#1383) to fix this.