Hi all, I implemented a custom dimension and wanted to change the texture and possibly animate the sun and moon in this custom dimension(but just changing texture is fine for right now), but I'm running into some issues figuring out where to start. I have the dimension and dimension_type written as .json files which work great, and I've looked at a lot of other similar posts and files on this topic but they all used the outdated WorldProvider or SkyProvider classes which no longer exist, so I'd love for some help here. I think I need to use LevelRenderer, but I'm not sure where I could specify that I ONLY want the sun and moon textures changed in the custom dimension, and not anywhere else. I would love it if someone could point me in the right direction here.