Dimension Mod Sync
Peach774 opened this issue ยท 5 comments
Would be nice to have the chunks be able to start at the same start amount or synced to the overworld for other dimensions like Twilight Forest. Is this possible?
There are some options in the Sky Dimension Data format around synching. From memory twilight forest is scaled to be larger than the overworld, which means I don't allow synching it to the overworld (since every overworld chunk results in 64 twilight forest chunks or similar). The number of initial chunks can also be specified. There's no option to have the initial chunks the same as the value configured for the overworld though.
There are some options in the Sky Dimension Data format around synching. From memory twilight forest is scaled to be larger than the overworld, which means I don't allow synching it to the overworld (since every overworld chunk results in 64 twilight forest chunks or similar). The number of initial chunks can also be specified. There's no option to have the initial chunks the same as the value configured for the overworld though.
Well my problem is that right now the Twilight Forest doesn't limit chunks at all and I need it to do so. I can live with them not being synched, but I need it to also be limited somehow.
Ah, well define a Sky Dimension Data for it. Twilight forest was the test scenario I used for that feature actually.
Ah, well define a Sky Dimension Data for it. Twilight forest was the test scenario I used for that feature actually.
What do you name the actual json file?