Any way to have a custom dimension with an independent daylight cycle?

I got a 1.21.1 Fabric server and I'd like to add a custom dimension with these qualities, in which players are able to use beds to skip the night (while not skipping overworld's night)
{
"type": "minecraft:overworld",
"generator": {
"type": "minecraft:flat",
"settings": {
"biome": "atoq:skyblock_plains",
"lakes": false,
"features": false,
"layers": [
{ "block": "minecraft:air", "height": 1 }
]
}
}
}
{
"type": "minecraft:overworld",
"generator": {
"type": "minecraft:flat",
"settings": {
"biome": "atoq:skyblock_plains",
"lakes": false,
"features": false,
"layers": [
{ "block": "minecraft:air", "height": 1 }
]
}
}
}
I'm using https://modrinth.com/mod/multiworld to create a new dimension, in which by default the cycle is independent, but once the datapack definition overrides it - the daylight cycle syncs with the overworld. Commands and gamerules aren't able to desync them, especially with players skipping the night with beds
Modrinth
Multiworld - Minecraft Mod
Create & Manage Worlds. Multiverse alternative for Fabric & Forge
No description
1 Reply
Finley
FinleyOP2mo ago
I need the dimension type to be specifically overworld so clocks and compasses work, and the biome to be specifically plains or skyblock_plains so natural mob spawning works

Did you find this page helpful?