mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Update TileEntityMachineFENSU.java
This commit is contained in:
parent
2f650fca8d
commit
dec5e80e0f
@ -124,4 +124,10 @@ public class TileEntityMachineFENSU extends TileEntityMachineBattery {
|
|||||||
{
|
{
|
||||||
return 65536.0D;
|
return 65536.0D;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// override the name because when connecting the machine to opencomputers it's gonna say "ntm_energy_storage"
|
||||||
|
@Override
|
||||||
|
public String getComponentName() {
|
||||||
|
return "ntm_fensu";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user