mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-02-24 06:50:46 +00:00
fix the bug that removed fuel rods by accident
This commit is contained in:
parent
4537a6e214
commit
1ad1601e96
@ -354,9 +354,6 @@ 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) {
|
|
||||||
return "rbmk_moderated_fuel_rod";
|
|
||||||
}
|
|
||||||
return "rbmk_fuel_rod";
|
return "rbmk_fuel_rod";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user