Constant sunrise in dimension which type has undefined fixed_time #2
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ChromaGaming/CustomDimensions#2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Contents of dimension_type/custom_type.json in my datapack:
As expected, there is a normal day/night cycle in my custom dimension with type "minecraft:custom_type" in singleplayer world with my datapack installed.
However, on server which has only CustomDimensions plugin and the same datapack installed, the same dimension has endless sunrise and the sun is twitching back and forth a little bit. But there should be a normal day/night cycle because fixed_time is not defined.
Server: Paper 1.16.3 #192
Thanks for the report, I overlooked this. The vanilla server disables the handling of time for custom dimensions, I guess as it's handled by the main world. It should be fixed in 1.2, please let me know if you still have the issue.