mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-02-24 15:00:48 +00:00
Fix indentation, ensuring all tabs
This commit is contained in:
parent
1c9c7f47fb
commit
3a5a35a92a
@ -856,8 +856,7 @@ public class EntityBullet extends Entity implements IProjectile {
|
||||
|
||||
@Override
|
||||
@SideOnly(Side.CLIENT)
|
||||
public int getBrightnessForRender(float p_70070_1_)
|
||||
{
|
||||
public int getBrightnessForRender(float p_70070_1_) {
|
||||
if(this.getIsCritical() || this.getIsChopper())
|
||||
return 15728880;
|
||||
else
|
||||
@ -865,8 +864,7 @@ public class EntityBullet extends Entity implements IProjectile {
|
||||
}
|
||||
|
||||
@Override
|
||||
public float getBrightness(float p_70013_1_)
|
||||
{
|
||||
public float getBrightness(float p_70013_1_) {
|
||||
if(this.getIsCritical() || this.getIsChopper())
|
||||
return 1.0F;
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user