Skip to content

Commit 9faaf8a

Browse files
committed
Fix build
1 parent 7e54445 commit 9faaf8a

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

leaf-server/minecraft-patches/features/0324-Leaves-Lithium-Sleeping-Block-Entity.patch renamed to leaf-server/minecraft-patches/features/0327-Leaves-Lithium-Sleeping-Block-Entity.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ index 79541b56a07d10de450f63945d0849a7f320da6c..74dfc3ff36bf4198fba4e1b882ff979c
257257
+ // Leaves end - Lithium Sleeping Block Entity
258258
}
259259
diff --git a/net/minecraft/world/inventory/AbstractContainerMenu.java b/net/minecraft/world/inventory/AbstractContainerMenu.java
260-
index d3ff6d078485e12eaa68e6d4f1bc21ae30de20f1..1046d6e4c3fdb5f26da1db64381614b54d417cba 100644
260+
index 6f34f71d64febca49ffd52d9df2fac657434737d..e02184d0d52e04b35c4fb3534027bef3e1276cbc 100644
261261
--- a/net/minecraft/world/inventory/AbstractContainerMenu.java
262262
+++ b/net/minecraft/world/inventory/AbstractContainerMenu.java
263263
@@ -901,6 +901,7 @@ public abstract class AbstractContainerMenu {

leaf-server/minecraft-patches/features/0325-fixup-Leaves-Lithium-Sleeping-Block-Entity.patch renamed to leaf-server/minecraft-patches/features/0328-fixup-Leaves-Lithium-Sleeping-Block-Entity.patch

File renamed without changes.

leaf-server/minecraft-patches/features/0326-Leaves-Vanilla-hopper.patch renamed to leaf-server/minecraft-patches/features/0329-Leaves-Vanilla-hopper.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Original project: https://github.com/LeavesMC/Leaves
99
This is a temporary solution designed to attempt to restore the vanilla behavior of the funnel while preserving optimizations as much as possible. It should ultimately be replaced by the optimization solution provided by lithium.
1010

1111
diff --git a/net/minecraft/world/level/block/entity/HopperBlockEntity.java b/net/minecraft/world/level/block/entity/HopperBlockEntity.java
12-
index 8022152ed0ff77b7eed98058557c7b919c18cf83..1e8b94ea01d7662247affe1ffbe9bf655dd3d64d 100644
12+
index 9802baa7e5999f1fc9ffb86329a96ddb74d8db74..950f9ca1154e62278124ab8790ec09fd7720bf24 100644
1313
--- a/net/minecraft/world/level/block/entity/HopperBlockEntity.java
1414
+++ b/net/minecraft/world/level/block/entity/HopperBlockEntity.java
1515
@@ -281,36 +281,58 @@ public class HopperBlockEntity extends RandomizableContainerBlockEntity implemen

0 commit comments

Comments
 (0)