mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-26 01:43:51 -07:00
Updated CraftBukkit to 1.2
This commit is contained in:
@@ -38,7 +38,7 @@ public class BlockRedstoneWire extends Block {
|
||||
}
|
||||
|
||||
public boolean canPlace(World world, int i, int j, int k) {
|
||||
return world.e(i, j - 1, k);
|
||||
return world.e(i, j - 1, k) || world.getTypeId(i, j - 1, k) == Block.GLOWSTONE.id;
|
||||
}
|
||||
|
||||
private void g(World world, int i, int j, int k) {
|
||||
|
Reference in New Issue
Block a user