Updated to use mc-dev rename revision 1
This commit is contained in:
@@ -106,7 +106,7 @@ public class BlockSoil extends Block {
|
||||
}
|
||||
}
|
||||
|
||||
public int a(int i, Random random, int j) {
|
||||
return Block.DIRT.a(0, random, j);
|
||||
public int getDropType(int i, Random random, int j) {
|
||||
return Block.DIRT.getDropType(0, random, j);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user