Set difficulty to normal by default
This commit is contained in:
parent
17b62d6a01
commit
d065d7b2f1
|
|
@ -83,7 +83,7 @@ public class MasterWorldGenerator {
|
||||||
if (newIsland == null) {
|
if (newIsland == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
newIsland.setDifficulty(Difficulty.EASY);
|
newIsland.setDifficulty(Difficulty.NORMAL);
|
||||||
newIsland.setGameRule(GameRule.DO_INSOMNIA, false);
|
newIsland.setGameRule(GameRule.DO_INSOMNIA, false);
|
||||||
// TODO Load a schematic into this world?
|
// TODO Load a schematic into this world?
|
||||||
// Currently random islands are generated by CometIslandGenerator()
|
// Currently random islands are generated by CometIslandGenerator()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user