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
@Optional.Method(modid = "OpenComputers")
public Object[] move(Context context, Arguments args) {
if (setUpCrane == true) {
if(setUpCrane == true) {
String textbruh = args.checkString(0);
switch(textbruh) {

View File

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