Closed LemADEC closed 5 years ago
Single or multiplayer?
Forge and its version?
Other mods and their versions?
Custom config?, if yes upload it
If possible: Check the entire log if it contains the chunk that is causing the crash and get me the output of the /labyrinth chunk-info
command of that chunk.
That log is from a dedicated server running forge-1.10.2-12.18.3.2511-universal.jar + spongeforge-1.10.2-2477-5.2.0-BETA-2793.jar with following configuration file:
# Configuration file
general {
# If players can use commands. [default: true]
B:commands=true
# The dimension id used for the labyrinth dimension [range: -2147483648 ~ 2147483647, default: 1024]
I:dimensionId=1024
# If the labyrinth should have a roof. [default: true]
B:generateRoof=true
# If the sun should shine in the labyrinth dimension. [default: false]
B:sunlight=false
# If Daedalus' Workshop should spawn in villages. [default: true]
B:villageHouse=true
}
rooms {
# A list of rooms in the labyrinth. Remove from here, if you don't want a room to spawn. Add here, if you added a room in a resource pack. [default: [empty_stonebrick], [empty_wood], [cave], [hallway], [workshop]$
S:list <
canal
cave
checkpoint
desert
empty_stonebrick
empty_wood
farm
forest
grasslands
hallway
lab
library
nether
snow
workshop
>
}
There's no custom structures. There's no way for me to identify which chunk is having an issue to run that command. I suspect it's related to generating new chunks, probably a Forge event/call that is not happening the way the mod expects it.
As of 1.5, there's an exception when saving a world due to invalid empty string in NBT data: