mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 04:33:56 -07:00
Updated to use mc-dev rename revision 1
This commit is contained in:
@@ -112,7 +112,7 @@ public class BlockLever extends Block {
|
||||
}
|
||||
}
|
||||
|
||||
public void a(IBlockAccess iblockaccess, int i, int j, int k) {
|
||||
public void updateShape(IBlockAccess iblockaccess, int i, int j, int k) {
|
||||
int l = iblockaccess.getData(i, j, k) & 7;
|
||||
float f = 0.1875F;
|
||||
|
||||
|
Reference in New Issue
Block a user