diff options
Diffstat (limited to 'nms-patches/TileEntityNote.patch')
-rw-r--r-- | nms-patches/TileEntityNote.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/TileEntityNote.patch b/nms-patches/TileEntityNote.patch index c7f003e0..e0498c39 100644 --- a/nms-patches/TileEntityNote.patch +++ b/nms-patches/TileEntityNote.patch @@ -1,7 +1,7 @@ --- a/net/minecraft/server/TileEntityNote.java +++ b/net/minecraft/server/TileEntityNote.java -@@ -47,7 +47,12 @@ - b0 = 4; +@@ -70,7 +70,12 @@ + b0 = 9; } - world.playBlockAction(blockposition, Blocks.NOTEBLOCK, b0, this.note); |