mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Update TileEntityRBMKRodReaSim.java
This commit is contained in:
parent
60b1e7fcb3
commit
f0ba4776b3
@ -52,4 +52,13 @@ public class TileEntityRBMKRodReaSim extends TileEntityRBMKRod {
|
||||
public ColumnType getConsoleType() {
|
||||
return ColumnType.FUEL_SIM;
|
||||
}
|
||||
|
||||
// do some opencomputer stuff
|
||||
@Override
|
||||
public String getComponentName() {
|
||||
if (isModerated() == true) {
|
||||
return "rbmk_moderated_fuel_rod_reasim";
|
||||
}
|
||||
return "rbmk_fuel_rod_reasim";
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user