Set difficulty to normal by default
This commit is contained in:
+1
-1
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user