Closed 704009905 closed 5 months ago
Can you please send me the level.dat
file of your world that includes that custom dimension?
@704009905 The error seems like it is caused by your level.dat file having a Compound-Element in a place where it should have a String. To analyze if this is a corrupted level.dat file on your end, or if it's an issue on bluemaps end, i'd need to look at that file.
I can't reproduce this issue, so i will close it for now.
Please reopen this ticket if you can send me the level.dat
file of your world.
Please reopen this ticket if you can send me the
level.dat
file of your world.
Sorry for the late reply, here it is: level.dat.zip
There are four dimensions that use custom generator types: arsomega:demon_realm from Ars Omega, three cae dims from kubejs, used in Create: Arcane Engineering modpack. They all trigger the crash.
I can't reopen this issue due to permission.
The type-data of your dimension is stored directly into the level.dat instead of into a datapack json format asset.. interesting.. I wonder if that is some forge-shenanigans going on there.
I think i can add support for this, i'll have to investigate
What i did / Steps to reproduce
/bluemap reload
to reload config and resources.Expected result
Successfully reload and working.
Actual result
[28Feb2024 19:32:34.786] [BlueMap-Plugin-ReloadCommand/ERROR] [BlueMap/]: Failed to reload BlueMap! java.lang.IllegalStateException: STRING tag expected but got COMPOUND. At: Data.WorldGenSettings.dimensions.cae:void.type
For stacktrace please see here. This is due to the 4.0 snapshot only handling preset dimension types, not custom ones, see mc wiki. See related dimension data here.Context
BlueMap Version:
BlueMap-4.0-forge-1.18.1.jar
BlueMap-3.20-forge-1.18.1.jar
works fine.