Update TileEntityMachineFENSU.java

This commit is contained in:
Voxelstice 2022-05-13 16:13:52 +10:00 committed by GitHub
parent 2f650fca8d
commit dec5e80e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,4 +124,10 @@ public class TileEntityMachineFENSU extends TileEntityMachineBattery {
{
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";
}
}