Code cleanup
This commit is contained in:
parent
d292c5e8f5
commit
5f71714993
1 changed files with 15 additions and 15 deletions
|
@ -36,9 +36,9 @@ public class BlockCloakingCore extends BlockContainer {
|
|||
public IIcon getIcon(int side, int metadata) {
|
||||
if (metadata < iconBuffer.length) {
|
||||
return iconBuffer[metadata];
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -55,7 +55,7 @@ public class BlockCloakingCore extends BlockContainer {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns the ID of the items to drop on destruction.
|
||||
* Returns the item to drop on destruction.
|
||||
*/
|
||||
@Override
|
||||
public Item getItemDropped(int par1, Random par2Random, int par3) {
|
||||
|
|
Loading…
Reference in a new issue