Convert tabs to whitespace.

This commit is contained in:
MattBDev
2019-07-22 16:42:40 -04:00
parent 4d8cf04be1
commit 46f5b12b36
75 changed files with 513 additions and 546 deletions

View File

@ -107,14 +107,14 @@ public class ItemType implements RegistryItem, Keyed {
}
public void setBlockType(BlockType blockType) {
this.blockType = blockType;
this.blockType = blockType;
}
public BaseItem getDefaultState() {
if (defaultState == null) {
this.defaultState = new BaseItemStack(this);
}
return this.defaultState;
return this.defaultState;
}
@Override