Lukas Rieger
Lukas Rieger
It cuts off there, because by default it is set to render the edges .. and cutting of with edges at a higher position would mean you'd see nothing.
Stacktrace ``` [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 at de.bluecolored.shadow.bluenbt.adapter.PrimitiveAdapterFactory.readString(PrimitiveAdapterFactory.java:195) ~[BlueMap-4.0-forge-1.18.1.jar%2375!/:4.0] at de.bluecolored.shadow.bluenbt.BlueNBT.read(BlueNBT.java:109) ~[BlueMap-4.0-forge-1.18.1.jar%2375!/:4.0] at de.bluecolored.shadow.bluenbt.adapter.DefaultAdapterFactory$DefaultAdapter.lambda$new$17(DefaultAdapterFactory.java:111) ~[BlueMap-4.0-forge-1.18.1.jar%2375!/:4.0] at de.bluecolored.shadow.bluenbt.adapter.DefaultAdapterFactory$TypeDeserializerFieldAccessor.read(DefaultAdapterFactory.java:167)...
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...
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....
So, let me try to explain why this is a problem to implement: All the `--mc-version` option does is it changes the base-resources that are (downloaded from mojang and then)...
This was already on the [TODO](https://github.com/orgs/BlueMap-Minecraft/projects/2) as a note .. i replaced the note with this issue
yee, but that resets every time you switch a map ... i have that in mind already, and i'll put this on the todo :)
Implemented with #443 (f149b823a76e40bbb6532ee6aac467432d6899e9)
> The only issue seems to be that bluemap does update the webapp even without passing `-gs` @dali99 you can prevent that by setting `update-settings-file: false` in the `webapp.conf` of...