Small Change
This commit is contained in:
parent
fbebc2ffa9
commit
e8fbf3131f
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ public class BlockGasOre extends Block implements IGasBlock
|
|||
@SideOnly(Side.CLIENT)
|
||||
public int getBlockColor()
|
||||
{
|
||||
return Color.red.getRGB();
|
||||
return Color.yellow.getRGB();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue