mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-02-24 06:50:46 +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
|
@Override
|
||||||
@SideOnly(Side.CLIENT)
|
@SideOnly(Side.CLIENT)
|
||||||
public int getBrightnessForRender(float p_70070_1_)
|
public int getBrightnessForRender(float p_70070_1_) {
|
||||||
{
|
|
||||||
if(this.getIsCritical() || this.getIsChopper())
|
if(this.getIsCritical() || this.getIsChopper())
|
||||||
return 15728880;
|
return 15728880;
|
||||||
else
|
else
|
||||||
@ -865,8 +864,7 @@ public class EntityBullet extends Entity implements IProjectile {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public float getBrightness(float p_70013_1_)
|
public float getBrightness(float p_70013_1_) {
|
||||||
{
|
|
||||||
if(this.getIsCritical() || this.getIsChopper())
|
if(this.getIsCritical() || this.getIsChopper())
|
||||||
return 1.0F;
|
return 1.0F;
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user