[Suggestion] 1.16.2 worldgen hot-reload/live view
ZenithRogue opened this issue ยท 7 comments
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.
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
I think the reset_chunk() function in scarpet should be able to do something similar to what you ask.
idk, cos scarpet's reset_chunk() func should (in theory) be able to circumvent that bug.
No, because you still need to update the modified files via reloading the datapacks.
though you still need to reload your world because of that bug : https://bugs.mojang.com/browse/MC-187938