Small Change

This commit is contained in:
Archtikz 2013-11-30 00:18:37 +00:00
parent fbebc2ffa9
commit e8fbf3131f

View file

@ -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