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