formatting

This commit is contained in:
Boblet 2022-06-23 08:26:05 +02:00
parent c019c4a923
commit fde92737eb
11 changed files with 27 additions and 27 deletions

View File

@ -344,7 +344,7 @@ public class TileEntityCraneConsole extends TileEntity implements INBTPacketRece
@Callback @Callback
@Optional.Method(modid = "OpenComputers") @Optional.Method(modid = "OpenComputers")
public Object[] move(Context context, Arguments args) { public Object[] move(Context context, Arguments args) {
if (setUpCrane == true) { if(setUpCrane == true) {
String textbruh = args.checkString(0); String textbruh = args.checkString(0);
switch(textbruh) { switch(textbruh) {

View File

@ -354,7 +354,7 @@ public class TileEntityRBMKRod extends TileEntityRBMKSlottedBase implements IRBM
// do some opencomputer stuff // do some opencomputer stuff
@Override @Override
public String getComponentName() { public String getComponentName() {
if (isModerated() == true) { if(isModerated() == true) {
return "rbmk_moderated_fuel_rod"; return "rbmk_moderated_fuel_rod";
} }
return "rbmk_fuel_rod"; return "rbmk_fuel_rod";