
JED Non-respawnable dimensions don't act properly
TheQKnight opened this issue ยท 0 comments
What happened
Defining a dimension in Just Enough Dimensions as non-respawnable doesnt work with Vertically stacked dimensions. It just respawns me in the dimension anyway. When i remove the mod, the intended behavior is produced and i get respawned in the overworld like i should. I wasn't sure whether to post this in JED github or here, so i'll post it in both.
Just enough dimensions config:
{
"config_version": {
"id": "__default",
"version": 0
},
"dimensions": [
{
"dim": 10,
"dimensiontype": {
"id": 10,
"name": "Underworld",
"suffix": "_dim10",
"keeploaded": false,
"worldprovider": "WorldProviderSurfaceJED",
"require_exact_match": true
},
"jed": {
"CanRespawnHere": false,
"RespawnDimension": 0,
"SkyColor": "ff8888",
"SkyRenderType": 1,
"SkyDisableFlags": 7
},
"worldinfo_onetime": {
"GameRules": {
"doDaylightCycle": false
},
"DayTime": 18000
}
}
]
}
What I did
Entered my custom dimension 10 and ran the /kill command. Please note that i configured my worlds to be stacked so that dimension 10 is in between the overworld and nether.
Used versions
Minecraft-1.12.2
VerticallyStackedDimensions-0.1.9
CD4017BE_lib-6.5.1
Forge-14.23.5.2854
other installed mods Just enough dimensions (JED), Vertically stacked dimensions, YUNG's better caves