mirror of
https://github.com/LeavesMC/Leaves.git
synced 2026-01-04 15:41:31 +00:00
Update MC Technical Survival Mode and try (#22) vanilla
This commit is contained in:
@@ -55,10 +55,10 @@ index b69f915226dd9cda4b5f24e307d89c19e739ab8b..1febe4e731356f9470020048bf78b1eb
|
||||
// world.serverLevelData.setDifficulty(config.difficulty); // Paper - per level difficulty
|
||||
world.setSpawnSettings(world.serverLevelData.getDifficulty() != Difficulty.PEACEFUL && config.spawnMonsters, config.spawnAnimals); // Paper - per level difficulty (from MinecraftServer#setDifficulty(ServerLevel, Difficulty, boolean))
|
||||
diff --git a/src/main/java/top/leavesmc/leaves/LeavesConfig.java b/src/main/java/top/leavesmc/leaves/LeavesConfig.java
|
||||
index a6f3c857c36f910791fab246be7f661d469e8109..8b242374ac5189835bfb86e61bd5c252d45353b5 100644
|
||||
index 04aa52aec1770578bf02cab56d42b80b9e7104a3..80a08eaa7bd83e8fb2389b36cfd3752ed7e50285 100644
|
||||
--- a/src/main/java/top/leavesmc/leaves/LeavesConfig.java
|
||||
+++ b/src/main/java/top/leavesmc/leaves/LeavesConfig.java
|
||||
@@ -482,6 +482,11 @@ public final class LeavesConfig {
|
||||
@@ -483,6 +483,11 @@ public final class LeavesConfig {
|
||||
netherPortalFix = getBoolean("settings.modify.return-nether-portal-fix", netherPortalFix);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user