rename generation mode FULL -> INTERNAL_SERVER

This commit is contained in:
James Seibel
2024-12-14 14:05:36 -06:00
parent 69050bb840
commit 76b3e81cb1
5 changed files with 7 additions and 11 deletions
@@ -79,12 +79,12 @@ public enum EDhApiDistantGeneratorMode
/**
* Ask the server to generate/load each chunk.
* This is the most compatible and will generate structures correctly,
* but will cause server/simulation lag. <br><br>
* but may cause server/simulation lag. <br><br>
*
* Unlike other modes this option DOES save generated chunks to
* Minecraft's region files.
*/
FULL((byte) 7);
INTERNAL_SERVER((byte) 6);