mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Update for 1.0.0
This commit is contained in:
@@ -45,7 +45,7 @@ public class ItemRedstone extends Item {
|
||||
}
|
||||
}
|
||||
|
||||
if (!entityhuman.c(i, j, k)) {
|
||||
if (!entityhuman.d(i, j, k)) {
|
||||
return false;
|
||||
} else {
|
||||
if (Block.REDSTONE_WIRE.canPlace(world, i, j, k)) {
|
||||
|
Reference in New Issue
Block a user