Auto format code
This commit is contained in:
parent
fc4d8686b8
commit
b25742dde0
175 changed files with 527 additions and 737 deletions
|
@ -233,10 +233,10 @@ public class ClientProxy extends CommonProxy {
|
|||
|
||||
@Override
|
||||
public String getUpgradeConfigText() {
|
||||
if(Minecraft.getMinecraft().currentScreen instanceof GuiBase){
|
||||
if (Minecraft.getMinecraft().currentScreen instanceof GuiBase) {
|
||||
GuiBase base = (GuiBase) Minecraft.getMinecraft().currentScreen;
|
||||
if(base.tile instanceof IUpgradeable){
|
||||
if(((IUpgradeable) base.tile).canBeUpgraded()){
|
||||
if (base.tile instanceof IUpgradeable) {
|
||||
if (((IUpgradeable) base.tile).canBeUpgraded()) {
|
||||
return TextFormatting.LIGHT_PURPLE + "Right click to configure";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -84,8 +84,7 @@ public class CommonProxy implements ICompatModule {
|
|||
return false;
|
||||
}
|
||||
|
||||
|
||||
public String getUpgradeConfigText(){
|
||||
public String getUpgradeConfigText() {
|
||||
return "";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue