[ci skip] Move chunk system patch back a bit
This commit is contained in:
parent
bafdfefb83
commit
fae4fc60c9
32 changed files with 214 additions and 191 deletions
|
|
@ -2038,9 +2038,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
--- a/src/main/java/net/minecraft/world/level/Level.java
|
||||
+++ b/src/main/java/net/minecraft/world/level/Level.java
|
||||
@@ -0,0 +0,0 @@ public abstract class Level implements LevelAccessor, AutoCloseable {
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
// Paper end - notify observers even if grow failed
|
||||
// Paper end
|
||||
+ // Paper start - optimize redstone (Alternate Current)
|
||||
+ public alternate.current.wire.WireHandler getWireHandler() {
|
||||
+ // This method is overridden in ServerLevel.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue