mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-24 00:33:49 -07:00
Update to Minecraft Server 1.2
This commit is contained in:
@@ -11,20 +11,20 @@ public class BlockWorkbench extends Block {
|
||||
|
||||
protected BlockWorkbench(int i) {
|
||||
super(i, Material.c);
|
||||
bg = 59;
|
||||
bh = 59;
|
||||
}
|
||||
|
||||
public int a(int i) {
|
||||
if (i == 1) {
|
||||
return bg - 16;
|
||||
return bh - 16;
|
||||
}
|
||||
if (i == 0) {
|
||||
return Block.x.a(0);
|
||||
}
|
||||
if (i == 2 || i == 4) {
|
||||
return bg + 1;
|
||||
return bh + 1;
|
||||
} else {
|
||||
return bg;
|
||||
return bh;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user