Set difficulty to normal by default

This commit is contained in:
Len 2024-02-17 15:10:52 +01:00
parent 17b62d6a01
commit d065d7b2f1

View File

@ -83,7 +83,7 @@ public class MasterWorldGenerator {
if (newIsland == null) {
return;
}
newIsland.setDifficulty(Difficulty.EASY);
newIsland.setDifficulty(Difficulty.NORMAL);
newIsland.setGameRule(GameRule.DO_INSOMNIA, false);
// TODO Load a schematic into this world?
// Currently random islands are generated by CometIslandGenerator()