Carpet

Carpet

2M Downloads

[Suggestion] 1.16.2 worldgen hot-reload/live view

ZenithRogue opened this issue ยท 7 comments

commented

I am suggesting a special mode for creators to be able to hot-reload world generation settings.

1.16.2 introduces a bunch of changes to custom world generation, and it can be difficult for creators to customize these settings, due to the nature of reloading for each of these changes.

This special mode would be specifically designed for creators to make on the fly changes to world generation (through their standard text editors, not a built-in editor), at which point, the chunks would be reset, allowing you to see the effects without a full reload.

commented

I apologize in advance if this is not the correct place for a suggestion such as this. This mod just seemed to be the most relevant

commented

I think the reset_chunk() function in scarpet should be able to do something similar to what you ask.

commented

idk, cos scarpet's reset_chunk() func should (in theory) be able to circumvent that bug.

commented

No, because you still need to update the modified files via reloading the datapacks.

commented

ah. I hadnt read the bug report properly ig

commented

though you still need to reload your world because of that bug : https://bugs.mojang.com/browse/MC-187938

commented

I would suggest to wait until mojang makes up their mind what they want from custom dimensions. reset chunk should work there.