immortius / chunkbychunk

Minecraft mod in which you unlock the world chunk by chunk
Other
17 stars 5 forks source link

Dimension Mod Sync #85

Closed Peach774 closed 9 months ago

Peach774 commented 11 months ago

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?

immortius commented 11 months ago

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.

Peach774 commented 11 months ago

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.

immortius commented 11 months ago

Ah, well define a Sky Dimension Data for it. Twilight forest was the test scenario I used for that feature actually.

Peach774 commented 11 months ago

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?

immortius commented 11 months ago

Anything you'ld like. I would generally name it after the dimension it is apply to.