Properly check water block when random ticking ice (#9804)
Readds a lost update to the shared mutable state in the random block ticking optimisation.
This commit is contained in:
parent
08c0b488b9
commit
29a0209575
11 changed files with 26 additions and 25 deletions
|
@ -5,10 +5,10 @@ Subject: [PATCH] Fix missing map initialize event call
|
|||
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/level/ServerLevel.java b/src/main/java/net/minecraft/server/level/ServerLevel.java
|
||||
index f502b01b564bd33c449cbe621966ef4076a38cca..51d282b524b5249438f7744f7f0b1cc27b76470e 100644
|
||||
index 2f2ca1c6d0b329521c4545015a878418870216f0..17610196db7a1c6feb2cf74a02479a8691aa323f 100644
|
||||
--- a/src/main/java/net/minecraft/server/level/ServerLevel.java
|
||||
+++ b/src/main/java/net/minecraft/server/level/ServerLevel.java
|
||||
@@ -2099,7 +2099,23 @@ public class ServerLevel extends Level implements WorldGenLevel {
|
||||
@@ -2100,7 +2100,23 @@ public class ServerLevel extends Level implements WorldGenLevel {
|
||||
@Nullable
|
||||
@Override
|
||||
public MapItemSavedData getMapData(String id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue