get previous redstone level from the right state for experimental wires
This commit is contained in:
parent
dfedf79a2f
commit
147b7961fe
4 changed files with 44 additions and 29 deletions
|
@ -5,7 +5,7 @@ Subject: [PATCH] Add PlayerInsertLecternBookEvent
|
|||
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/world/level/block/LecternBlock.java b/src/main/java/net/minecraft/world/level/block/LecternBlock.java
|
||||
index ec6ff0b192ae2f1586095519ad2472e76b2b5589..53f388dd0ba6b77fe49a584883e8c9d49d5a5fba 100644
|
||||
index d7e14ee2c11f34703b63fcd2e2ad5257003e14c8..70f2e6278e2d970245ca5b46fbd9ffae4727b47b 100644
|
||||
--- a/src/main/java/net/minecraft/world/level/block/LecternBlock.java
|
||||
+++ b/src/main/java/net/minecraft/world/level/block/LecternBlock.java
|
||||
@@ -158,7 +158,24 @@ public class LecternBlock extends BaseEntityBlock {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue