mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-24 00:33:49 -07:00
Update for 1.0.0
This commit is contained in:
@@ -47,7 +47,7 @@ public class ItemReed extends Item {
|
||||
}
|
||||
}
|
||||
|
||||
if (!entityhuman.c(i, j, k)) {
|
||||
if (!entityhuman.d(i, j, k)) {
|
||||
return false;
|
||||
} else if (itemstack.count == 0) {
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user