mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-02-24 15:00:48 +00:00
formatting
This commit is contained in:
parent
c019c4a923
commit
fde92737eb
@ -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) {
|
||||
|
||||
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user